about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-11-12 20:37:40 +0900
committersefidel <contact@sefidel.net>2023-11-12 20:37:40 +0900
commita0163ad377303fa746d023726230a8b94173ceaf (patch)
treea5bb8dd02a9233c0c55033b9577765deb9a9b759 /flake.nix
parent3db03e8d0da1d27376e32183d02bdca38be2d809 (diff)
downloadnixrc-a0163ad377303fa746d023726230a8b94173ceaf.tar.gz
nixrc-a0163ad377303fa746d023726230a8b94173ceaf.zip
feat(flake): neovim -> neovim-nightly
This commit replaces neovim with nix-community's neovim-nightly overlay
flake, in an effort to reduce the frequency of dependency build errors.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 0dcca80..cedcda4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,8 +14,8 @@
     sops-nix.url = "github:Mic92/sops-nix";
     sops-nix.inputs.nixpkgs.follows = "unstable";
 
-    neovim.url = "github:neovim/neovim?dir=contrib";
-    neovim.inputs.nixpkgs.follows = "unstable";
+    neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
+    neovim-nightly.inputs.nixpkgs.follows = "unstable";
 
     helix.url = "github:helix-editor/helix";
     helix.inputs.nixpkgs.follows = "unstable";