From 8f13108004159b2bb68f12e2e7f05e817d842a07 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 12 Dec 2024 00:15:51 -0600 Subject: [PATCH] uninstalling attic --- modules/dev/nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/dev/nix.nix b/modules/dev/nix.nix index 8f4f28f..313068e 100644 --- a/modules/dev/nix.nix +++ b/modules/dev/nix.nix @@ -13,7 +13,6 @@ cachix # why spend time compiling? nixd # language server statix # linter - attic-client # use my self-hosted cache server ; }; };