From 72f52cd06aad06fd7de8ae6a426a02f18b3ad58a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 12 Jul 2021 14:41:57 +0200 Subject: [PATCH] base: disable garbage collection Some heavy flake shells with texlive were getting wiped, I can do this by hand from time to time --- base/nix.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/base/nix.nix b/base/nix.nix index 5578252..92e4b84 100644 --- a/base/nix.nix +++ b/base/nix.nix @@ -18,11 +18,5 @@ "alarsyo.cachix.org-1:A6BmcaJek5+ZDWWv3fPteHhPm6U8liS9CbDbmegPfmk=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; - - gc = { - automatic = true; - dates = "03:15"; - options = "--delete-older-than 30d"; - }; }; }