mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
self.packages.maximal instead of pkgs.neovim-maximal
This commit is contained in:
parent
c97a621b71
commit
f2151efd69
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.programs.neovim-flake;
|
cfg = config.programs.neovim-flake;
|
||||||
set = self.packages.neovim-maximal {mainConfig = cfg.settings;};
|
set = self.packages.maximal {mainConfig = cfg.settings;};
|
||||||
in
|
in
|
||||||
with lib; {
|
with lib; {
|
||||||
meta.maintainers = [maintainers.notashelf];
|
meta.maintainers = [maintainers.notashelf];
|
||||||
|
|
Loading…
Reference in a new issue