Comment out neovim flake which I no longer need, use main nixpkgs
release instead
This commit is contained in:
parent
290e5df7b1
commit
01cde0784b
2 changed files with 6 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
|
||||
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
|
||||
neovim.url = "github:LarssonMartin1998/neovim-flake";
|
||||
# neovim.url = "github:LarssonMartin1998/neovim-flake";
|
||||
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
||||
|
||||
homebrew-core = {
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
home-manager,
|
||||
nix-darwin,
|
||||
nixos-wsl,
|
||||
neovim,
|
||||
# neovim,
|
||||
colorsync,
|
||||
nix-homebrew,
|
||||
homebrew-core,
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
++ extraModules;
|
||||
|
||||
extraSpecialArgs = {
|
||||
neovim-flake = neovim;
|
||||
# neovim-flake = neovim;
|
||||
nur = nur.legacyPackages.${system};
|
||||
colorsync = colorsync.packages.${system}.default;
|
||||
isLinux = isLinux;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue