only pass experimental-features onces to nix-build

This commit is contained in:
Jörg Thalheim
2023-09-27 15:02:21 +02:00
committed by Mic92
parent e5cfafe924
commit 166a2f795f
2 changed files with 2 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ let
ln -s ${nixpkgs} $out/path
nix flake lock $out \
--store ./. \
--experimental-features 'nix-command flakes' \
--extra-experimental-features 'nix-command flakes' \
--override-input nixpkgs ${nixpkgs}
'';
in