From eea6039c9fbe983e30ffceb552bff259ab90e5df Mon Sep 17 00:00:00 2001 From: k3t Date: Mon, 1 Jun 2026 19:11:35 -0600 Subject: [PATCH] update nix config --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index d9679ce..d1804f4 100755 --- a/flake.nix +++ b/flake.nix @@ -11,14 +11,14 @@ "binarycache.k3t.dev:cmIg4sWTZ729F1yEF2AYLtSbUXJGFYwM6tzYYF18qts=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; - settings = [ + nix.settings = { optimise.automatic = true; gc = { automatic = true; dates = "daily"; options = "--delete-older-than 2d"; }; - ]; + }; }; inputs = {