Add ctf-shell, minor worf fixes

This commit is contained in:
2023-08-21 23:54:18 +02:00
committed by Felix Albrigtsen
parent a6c2155b00
commit 44c20dc792
3 changed files with 59 additions and 5 deletions

View File

@@ -5,10 +5,10 @@
nixpkgs.config.allowUnfree = true;
nix = {
gc = {
automatic = true;
options = "--delete-older-than 2d";
};
# gc = {
# automatic = true;
# options = "--delete-older-than 2d";
# };
settings.experimental-features = ["nix-command" "flakes"];
};