tests/run: enable experimental nix-command
This commit is contained in:
parent
c34f36ac94
commit
667b40e827
|
@ -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