From aa0b453a10265d0e3e8c590fb91820ffe1dfe7b0 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 24 Feb 2025 14:28:43 +0000 Subject: [PATCH] Fix accidentally commited local path to neovim-flake --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9e32cee..da950d7 100644 --- a/flake.nix +++ b/flake.nix @@ -15,8 +15,7 @@ }; nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; - # neovim.url = "github:LarssonMartin1998/neovim-flake"; - neovim.url = "path:/home/nixos/dev/git/neovim-flake"; + neovim.url = "github:LarssonMartin1998/neovim-flake"; nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; };