mirror of
https://github.com/NixOS/nix.git
synced 2025-02-17 01:12:33 +00:00
![Eelco Dolstra](/assets/img/avatar_default.png)
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.
8 lines
178 B
Bash
8 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" ]
|