diff --git a/tests/modules/installer.nix b/tests/modules/installer.nix index fa5bd74..cec2f53 100644 --- a/tests/modules/installer.nix +++ b/tests/modules/installer.nix @@ -15,7 +15,7 @@ in environment.systemPackages = [ inputs.nixos-anywhere ]; environment.etc = { - "nixos-anywhere/disko".source = system-to-install.config.system.build.disko; + "nixos-anywhere/disko".source = system-to-install.config.system.build.diskoScript; "nixos-anywhere/system-to-install".source = system-to-install.config.system.build.toplevel; "nixos-anywhere/kexec-installer".source = kexec-installer; };