aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-24 18:33:10 +0100
committerFrankie B <git@diskfloppy.me>2023-07-24 18:33:10 +0100
commit1fdb49d6cea483c12a0d0604775b6face6eb6a1f (patch)
treebd6ec86f52ab968067efd78aad24e78aaf604ca0 /flake.nix
parente2620c149bfdb07e0e8641c44d380175986a50fe (diff)
Update nvim flake
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 971c6a3..6f780ab 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};