From 505b8416967e79abf9fba1c5d1e6e57f74cc303e Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 12 Nov 2024 15:10:46 -0600 Subject: [PATCH] modified nix module to include attic client --- modules/dev/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dev/nix.nix b/modules/dev/nix.nix index 313068e..8f4f28f 100644 --- a/modules/dev/nix.nix +++ b/modules/dev/nix.nix @@ -13,6 +13,7 @@ cachix # why spend time compiling? nixd # language server statix # linter + attic-client # use my self-hosted cache server ; }; };