about summary refs log tree commit diff
path: root/third_party/nix/tests/plugins.sh
blob: 4b1baeddce322655eb1654f24fcb76f8422a47f3 (plain) (blame)
1
2
3
4
5
6
7
source common.sh

set -o pipefail

res=$(nix eval '(builtins.anotherNull)' --option setting-set true --option plugin-files $PWD/plugins/libplugintest*)

[ "$res"x = "nullx" ]