modified nix module to include attic client

This commit is contained in:
Danilo Reyes 2024-11-12 15:10:46 -06:00
parent 978afd1209
commit 505b841696

View File

@ -13,6 +13,7 @@
cachix # why spend time compiling? cachix # why spend time compiling?
nixd # language server nixd # language server
statix # linter statix # linter
attic-client # use my self-hosted cache server
; ;
}; };
}; };