about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.lockbin13104 -> 12683 bytes
-rw-r--r--flake.nix5
2 files changed, 4 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 4ab1c92..e1e332e 100644
--- a/flake.lock
+++ b/flake.lock
Binary files differdiff --git a/flake.nix b/flake.nix
index 6540fe1..4b84653 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,10 @@
 
     nur.url = "github:nix-community/NUR";
 
-    neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
+    neovim-nightly-overlay = {
+      url = "github:nix-community/neovim-nightly-overlay";
+      inputs.nixpkgs.follows = "nixpkgs";
+    };
 
     nixtest.url = "github:jetpack-io/nixtest";