mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
ca8caaec5e
This replaces the '(...)' installable syntax, which is not very discoverable. The downside is that you can't have multiple expressions or mix expressions and other installables.
7 lines
178 B
Bash
7 lines
178 B
Bash
source common.sh
|
|
|
|
set -o pipefail
|
|
|
|
res=$(nix eval --expr builtins.anotherNull --option setting-set true --option plugin-files $PWD/plugins/libplugintest*)
|
|
|
|
[ "$res"x = "nullx" ]
|