tests installer: cache correct disko output

This commit is contained in:
lassulus 2023-06-02 13:35:12 +02:00
parent 46184e2e5d
commit 764e9fe606

View File

@ -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;
};