Enable strictDeps on all our toplevel packages #12

Open
abonerib wants to merge 473 commits from abonerib/bscpkgs:enableStrictDeps into master
Showing only changes of commit b5153009ea - Show all commits

View File

@ -41,6 +41,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.sandbox = "relaxed";
nix.gc.automatic = true;
nix.gc.dates = "weekly";
programs.zsh.enable = true;
programs.zsh.histSize = 100000;