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