about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-05 22:49:20 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-05 22:49:20 +0200
commit374444d1934630cce781cf81262ffc497e98bfe5 (patch)
treeb1d2b3e139dff4ca1606e5c0ddf080e5d6a73de3
parentHosts: Home: Remove unused packages (diff)
downloadnixos-config-374444d1934630cce781cf81262ffc497e98bfe5.tar.gz
nixos-config-374444d1934630cce781cf81262ffc497e98bfe5.tar.bz2
nixos-config-374444d1934630cce781cf81262ffc497e98bfe5.zip
Update
-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";