1
0
Fork 0

configuration/common: keep builtime dependencies

This commit is contained in:
clerie 2023-09-09 16:39:49 +02:00
parent a4bf68bd34
commit 2be914b485
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
nix.settings = {
trusted-users = [ "@wheel" "@guests" ];
auto-optimise-store = true;
# Keep buildtime dependencies
keep-outputs = true;
};
environment.systemPackages = with pkgs; [