mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-06 10:26:48 +02: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.
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" ]
|