fix: missing default package

This commit is contained in:
NotAShelf 2023-02-15 12:05:18 +03:00
parent 0b1933160e
commit 1a3ef8807e
No known key found for this signature in database
GPG Key ID: 5B5C8895F28445F1
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
# nvim configs
nix = config.legacyPackages.neovim-nix;
maximal = config.legacyPackages.neovim-maximal;
default = config.legacyPackages.neovim-nix;
}
// (
if !(builtins.elem system ["aarch64-darwin" "x86_64-darwin"])