From 1fdb49d6cea483c12a0d0604775b6face6eb6a1f Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 24 Jul 2023 18:33:10 +0100 Subject: [PATCH] Update nvim flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };