use switch instead of test
This commit is contained in:
parent
a52507732a
commit
414370ee75
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
|||
# command that ensures we use flake.nix during switch
|
||||
command = targetPath:
|
||||
let
|
||||
commandLine = "TMPDIR=/tmp nixos-rebuild test --flake ${targetPath} -L --keep-going";
|
||||
commandLine = "TMPDIR=/tmp nixos-rebuild switch --flake ${targetPath} -L --keep-going";
|
||||
in
|
||||
''
|
||||
echo '${commandLine}'
|
||||
|
|
Loading…
Reference in a new issue