diff options
author | sefidel <contact@sefidel.net> | 2024-11-12 17:24:24 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-11-12 18:16:25 +0900 |
commit | 310a999c1d286faf3fe9ad252c27d231d6036bf4 (patch) | |
tree | c79ef8c231f6d63f4828d4f5d80e22c6e1f94bc6 /flake.nix | |
parent | 8676a2e29491ffa56d619f44211248731ac1a490 (diff) | |
download | nixrc-310a999c1d286faf3fe9ad252c27d231d6036bf4.tar.gz nixrc-310a999c1d286faf3fe9ad252c27d231d6036bf4.zip |
feat(flake): remove unnecessary dependency to attic
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
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"; |