From c4d46e7987fd91e97ca26bd796d075011f59fcfb Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 26 May 2025 11:05:01 -0700 Subject: [PATCH] fix: nh gc & vanilla gc should not both be enabled --- modules/base/nix.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/base/nix.nix b/modules/base/nix.nix index 0d27e43..ed2f051 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -48,9 +48,6 @@ use-xdg-base-directories = true; }; - - # Garbage collection. - gc.automatic = true; }; # More useful repl.