From 54d54f521f73e513db2c4167ef82982b59dd5d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 2 May 2023 00:19:03 -0300 Subject: [PATCH] nix: keep derivations and outputs --- system/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/configuration.nix b/system/configuration.nix index 1ea21c8..286b7c8 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -169,6 +169,8 @@ package = pkgs.unstable.nixFlakes; # or versioned attributes like nixVersions.nix_2_8 extraOptions = '' experimental-features = nix-command flakes + keep-outputs = true + keep-derivations = true ''; }; # This value determines the NixOS release from which the default