nixos/test/boot: nix verify -> nix store verify

This commit is contained in:
Bernardo Meurer 2021-11-10 15:57:00 -08:00
parent c6270366d7
commit 6a4d2207b1
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -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")