removed useless and cargo-culted outputs inherrits.

This commit is contained in:
Gabe Venberg 2024-06-10 16:19:36 -05:00
parent 296fbdb3c5
commit f27b5ac056
11 changed files with 18 additions and 32 deletions

View file

@ -2,7 +2,6 @@
config,
pkgs,
inputs,
outputs,
lib,
...
}: {
@ -57,5 +56,5 @@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.extraSpecialArgs = {inherit inputs outputs;};
home-manager.extraSpecialArgs = {inherit inputs;};
}

View file

@ -2,7 +2,6 @@
config,
pkgs,
inputs,
outputs,
configLib,
lib,
...