about summary refs log tree commit diff
path: root/third_party/nix/tests/plugins.sh
source common.sh

set -o pipefail

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

[ "$res"x = "nullx" ]