From a19346a4509d8104122a9786f689a1354bcaecb0 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 27 Jul 2023 22:49:38 +0200 Subject: [PATCH] ZeNixComputa: Save derivations for cross system builds --- hostconfig/ZeNixComputa/nixos.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index 8775bb7..9d20682 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -61,6 +61,10 @@ hardware.cpu.amd.updateMicrocode = true; + nix.extraOptions = '' + keep-derivations = true + ''; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave