Fix accidentally commited local path to neovim-flake

This commit is contained in:
Martin Larsson 2025-02-24 14:28:43 +00:00
parent 3319ead7e7
commit aa0b453a10

View file

@ -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";
};