summary refs log tree commit diff stats
path: root/overlays
diff options
context:
space:
mode:
authorAlan Pearce2025-03-10 16:35:01 +0100
committerAlan Pearce2025-03-10 16:35:01 +0100
commit77a5d8f3db79baac65d3b595dc6092f3b0df05b2 (patch)
treeb4b1fe2d44217924db471aa2cda324b9eb941325 /overlays
parentd7686da2a66b06786775987c61607d3b212cef73 (diff)
downloadnixfiles-77a5d8f3db79baac65d3b595dc6092f3b0df05b2.tar.lz
nixfiles-77a5d8f3db79baac65d3b595dc6092f3b0df05b2.tar.zst
nixfiles-77a5d8f3db79baac65d3b595dc6092f3b0df05b2.zip
add angrr to clean old shell gc roots
Diffstat (limited to 'overlays')
-rw-r--r--overlays/angrr.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlays/angrr.nix b/overlays/angrr.nix
new file mode 100644
index 00000000..ee101133
--- /dev/null
+++ b/overlays/angrr.nix
@@ -0,0 +1,3 @@
+self: super: {
+  angrr = import <angrr>;
+}