mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
fix: missing default package
This commit is contained in:
parent
0b1933160e
commit
1a3ef8807e
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
# nvim configs
|
# nvim configs
|
||||||
nix = config.legacyPackages.neovim-nix;
|
nix = config.legacyPackages.neovim-nix;
|
||||||
maximal = config.legacyPackages.neovim-maximal;
|
maximal = config.legacyPackages.neovim-maximal;
|
||||||
|
default = config.legacyPackages.neovim-nix;
|
||||||
}
|
}
|
||||||
// (
|
// (
|
||||||
if !(builtins.elem system ["aarch64-darwin" "x86_64-darwin"])
|
if !(builtins.elem system ["aarch64-darwin" "x86_64-darwin"])
|
||||||
|
|
Loading…
Reference in a new issue