about summary refs log tree commit diff
path: root/nixos/tests/boot.nix
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-11-10 15:57:00 -0800
committerBernardo Meurer <bernardo@meurer.org>2021-11-10 15:57:00 -0800
commit6a4d2207b12c10b768a70f5d57d7dc2e216414eb (patch)
tree878130e3b533b20094af9d97e9dae42faa2e295b /nixos/tests/boot.nix
parentc6270366d770ee4fc7ffabc15e8bdea69b890b78 (diff)
nixos/test/boot: nix verify -> nix store verify
Diffstat (limited to 'nixos/tests/boot.nix')
-rw-r--r--nixos/tests/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/boot.nix b/nixos/tests/boot.nix
index e8440598a822c..9945a1dcd62f7 100644
--- a/nixos/tests/boot.nix
+++ b/nixos/tests/boot.nix
@@ -36,7 +36,7 @@ let
             machine = create_machine(${machineConfig})
             machine.start()
             machine.wait_for_unit("multi-user.target")
-            machine.succeed("nix verify -r --no-trust /run/current-system")
+            machine.succeed("nix store verify --no-trust -r --option experimental-features nix-command /run/current-system")
 
             with subtest("Check whether the channel got installed correctly"):
                 machine.succeed("nix-instantiate --dry-run '<nixpkgs>' -A hello")