1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-26 21:09:42 +01:00

tests/run: enable experimental nix-command

This commit is contained in:
Jörg Thalheim 2022-09-14 07:19:16 +02:00
parent c34f36ac94
commit 667b40e827

View file

@ -38,6 +38,7 @@ def build_profile(
cmd = [ cmd = [
"nix", "nix",
"build", "build",
"--extra-experimental-features", "nix-command",
"-f", "-f",
"build-profile.nix", "build-profile.nix",
"-I", "-I",