auto cleaning of nix store using nix-sweep

This commit is contained in:
2026-03-15 03:35:37 +01:00
parent 44162eb509
commit 82b5c755d6
4 changed files with 78 additions and 1 deletions
+4
View File
@@ -22,6 +22,10 @@
url = "github:sadjow/claude-code-nix/main";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-sweep = {
url = "github:jzbor/nix-sweep/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixos-hardware, ... }@inputs: