Archived
1
0
forked from rarias/bscpkgs

WIP: Add package metadata #2

Draft
abonerib wants to merge 481 commits from add-meta into CIstrictDeps
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;