enabled statix

This commit is contained in:
Primrose 2024-06-06 23:01:43 +02:00
parent 28c9634485
commit dc73fadba6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 8 additions and 4 deletions

View file

@ -85,7 +85,7 @@ let
};
in
inputs.home-manager.lib.homeManagerConfiguration {
pkgs = args.pkgs;
inherit (args) pkgs;
extraSpecialArgs = args;
modules = [
"${self}/nix/home/_"
@ -95,7 +95,7 @@ let
}
);
many = func: builtins.mapAttrs (name: hmOpts: func name (hmOpts.system) (hmOpts.settings or { }));
many = func: builtins.mapAttrs (name: hmOpts: func name hmOpts.system (hmOpts.settings or { }));
in
{
# promote helper functions into the arguments