From 764e9fe6069f7f3f7415a41d23533253011acca4 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 2 Jun 2023 13:35:12 +0200 Subject: [PATCH] tests installer: cache correct disko output --- tests/modules/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };