about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-11-12 17:24:24 +0900
committersefidel <contact@sefidel.net>2024-11-12 18:16:25 +0900
commit310a999c1d286faf3fe9ad252c27d231d6036bf4 (patch)
treec79ef8c231f6d63f4828d4f5d80e22c6e1f94bc6
parent8676a2e29491ffa56d619f44211248731ac1a490 (diff)
downloadnixrc-310a999c1d286faf3fe9ad252c27d231d6036bf4.tar.gz
nixrc-310a999c1d286faf3fe9ad252c27d231d6036bf4.zip
feat(flake): remove unnecessary dependency to attic
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 29fad25..b29919b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,9 +33,6 @@
 
     hydra.url = "github:NixOS/hydra";
 
-    attic.url = "github:zhaofengli/attic";
-    attic.inputs.nixpkgs.follows = "unstable";
-
     neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
     neovim-nightly.inputs.nixpkgs.follows = "unstable";