From efc524466c477019d67d52f4ef3c763ec261dba0 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 13 Apr 2024 00:38:50 +0800 Subject: [PATCH] chore: remove astronvim from flake inputs --- flake.lock | 18 ------------------ flake.nix | 5 ----- 2 files changed, 23 deletions(-) diff --git a/flake.lock b/flake.lock index 49c10b45..79dd3221 100644 --- a/flake.lock +++ b/flake.lock @@ -69,23 +69,6 @@ "type": "github" } }, - "astronvim": { - "flake": false, - "locked": { - "lastModified": 1705337239, - "narHash": "sha256-jF+D2CdnSJ5at9HYrDGHKYodVL4VBdqA94OPBu4ESUo=", - "owner": "AstroNvim", - "repo": "AstroNvim", - "rev": "c58489a292fc2ebbc662c54a45213b01f7401f41", - "type": "github" - }, - "original": { - "owner": "AstroNvim", - "ref": "v3.41.2", - "repo": "AstroNvim", - "type": "github" - } - }, "crane": { "inputs": { "nixpkgs": [ @@ -1584,7 +1567,6 @@ "inputs": { "agenix": "agenix", "anyrun": "anyrun", - "astronvim": "astronvim", "daeuniverse": "daeuniverse", "disko": "disko", "doomemacs": "doomemacs", diff --git a/flake.nix b/flake.nix index 7191efc3..b5a0c038 100644 --- a/flake.nix +++ b/flake.nix @@ -123,11 +123,6 @@ ######################## Some non-flake repositories ######################################### - # AstroNvim is an aesthetic and feature-rich neovim config. - astronvim = { - url = "github:AstroNvim/AstroNvim/v3.41.2"; - flake = false; - }; # doom-emacs is a configuration framework for GNU Emacs. doomemacs = { url = "github:doomemacs/doomemacs";