diff options
author | Frankie B <git@diskfloppy.me> | 2023-05-22 23:13:25 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-05-22 23:13:25 +0100 |
commit | 6f6678d810ab62c88424fc23e326e2805a12b404 (patch) | |
tree | d667141315ec0af1a6731b3e4ae20c8598157bb8 /flake.nix | |
parent | ae497dbf6bcd4668c6770af2c0847e69e5d63392 (diff) |
Update neovim flake url and flake lockfile
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; }; |