diff --git a/checks/flash/flake-module.nix b/checks/flash/flake-module.nix index 7887005cb..ab061c01c 100644 --- a/checks/flash/flake-module.nix +++ b/checks/flash/flake-module.nix @@ -42,7 +42,7 @@ testScript = '' start_all() - machine.succeed("clan flash --debug --flake ${../..} --yes --disk main /dev/vdb test-install-machine") + machine.succeed("clan flash apply --debug --flake ${../..} --yes --disk main /dev/vdb test-install-machine") ''; } { inherit pkgs self; }; };