mirror of
https://github.com/NixOS/nix.git
synced 2025-02-21 11:22:35 +00:00
8 lines
175 B
Bash
8 lines
175 B
Bash
source common.sh
|
|
|
|
set -o pipefail
|
|
|
|
res=$(nix eval '(builtins.anotherNull)' --option setting-set true --option plugin-files $PWD/plugins/libplugintest*)
|
|
|
|
[ "$res"x = "nullx" ]
|