aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-05-22 23:13:25 +0100
committerFrankie B <git@diskfloppy.me>2023-05-22 23:13:25 +0100
commit6f6678d810ab62c88424fc23e326e2805a12b404 (patch)
treed667141315ec0af1a6731b3e4ae20c8598157bb8 /flake.nix
parentae497dbf6bcd4668c6770af2c0847e69e5d63392 (diff)
Update neovim flake url and flake lockfile
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6f780ab..971c6a3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
# neovim-flake
neovim-flake = {
- url = "github:notashelf/neovim-flake";
+ url = "github:notashelf/neovim-flake?ref=release/v0.4";
inputs.nixpkgs.follows = "nixpkgs";
};