Remove necessity of nix config

This commit is contained in:
Manuel Thalmann 2024-07-20 13:54:04 +02:00
parent aa2e535968
commit c1f296a7ce
5 changed files with 1 additions and 15 deletions
scripts/Common/Scripts

View file

@ -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