removed useless and cargo-culted outputs inherrits.
This commit is contained in:
parent
296fbdb3c5
commit
f27b5ac056
11 changed files with 18 additions and 32 deletions
|
@ -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;};
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
outputs,
|
||||
configLib,
|
||||
lib,
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue