Remove necessity of nix
config
This commit is contained in:
parent
aa2e535968
commit
c1f296a7ce
5 changed files with 1 additions and 15 deletions
scripts/Common/Scripts
|
@ -8,7 +8,7 @@ function evalModule --argument-names modulePath property
|
|||
|
||||
FILE=(realpath "$modulePath") \
|
||||
PROPERTY="$property" \
|
||||
nix eval \
|
||||
nix eval --extra-experimental-features "nix-command flakes" \
|
||||
--file "$(status dirname)/../../../lib/eval-module.nix" \
|
||||
$argv
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue