mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
tests/run: enable experimental nix-command
This commit is contained in:
parent
c34f36ac94
commit
667b40e827
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ def build_profile(
|
|||
cmd = [
|
||||
"nix",
|
||||
"build",
|
||||
"--extra-experimental-features", "nix-command",
|
||||
"-f",
|
||||
"build-profile.nix",
|
||||
"-I",
|
||||
|
|
Loading…
Reference in a new issue