all repos — nixfiles @ 77a5d8f3db79baac65d3b595dc6092f3b0df05b2

System and user configuration, managed by nix and home-manager

add angrr to clean old shell gc roots

Alan Pearce
commit

77a5d8f3db79baac65d3b595dc6092f3b0df05b2

parent

d7686da2a66b06786775987c61607d3b212cef73

3 files changed, 16 insertions(+), 0 deletions(-)

jump to
M npins/sources.jsonnpins/sources.json
@@ -12,6 +12,18 @@ "revision": "e600439ec4c273cf11e06fe4d9d906fb98fa097c",
"url": "https://github.com/ryantm/agenix/archive/e600439ec4c273cf11e06fe4d9d906fb98fa097c.tar.gz", "hash": "006ngydiykjgqs85cl19h9klq8kaqm5zs0ng51dnwy7nzgqxzsdr" }, + "angrr": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "alanpearce", + "repo": "angrr" + }, + "branch": "main", + "revision": "2200cb8cf4cb99e1df4712ce41face4000db49bf", + "url": "https://github.com/alanpearce/angrr/archive/2200cb8cf4cb99e1df4712ce41face4000db49bf.tar.gz", + "hash": "0girpbs7fkjkbvbfhjg4h9j5hpb9plfd13dz128v02cfqnvpgp3f" + }, "darwin": { "type": "Git", "repository": {
A overlays/angrr.nix
@@ -0,0 +1,3 @@
+self: super: { + angrr = import <angrr>; +}
M user/settings/nix.nixuser/settings/nix.nix
@@ -19,6 +19,7 @@ cached-nix-shell
nixd nil npins + angrr nix-prefetch-scripts nix-init nix-update