dev: try legacypackages

This commit is contained in:
NotAShelf 2023-04-01 01:35:35 +03:00
parent 3f330a1118
commit d4acc8b309
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
homeManagerModules.default = {
imports = [
(import ./lib/module self.packages)
(import ./lib/module self.config)
];
};
};

View file

@ -8,7 +8,7 @@ packages: {
}:
with lib; let
cfg = config.programs.neovim-flake;
set = packages.${pkgs.system}.maximal.override {mainConfig = cfg.settings;};
set = packages.${pkgs.system}.maximal {mainConfig = cfg.settings;};
in {
meta.maintainers = [maintainers.notashelf];