diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-24 18:33:10 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-24 18:33:10 +0100 |
commit | 1fdb49d6cea483c12a0d0604775b6face6eb6a1f (patch) | |
tree | bd6ec86f52ab968067efd78aad24e78aaf604ca0 /flake.nix | |
parent | e2620c149bfdb07e0e8641c44d380175986a50fe (diff) |
Update nvim flake
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?ref=release/v0.4"; + url = "github:notashelf/neovim-flake"; inputs.nixpkgs.follows = "nixpkgs"; }; |