builders: remove redundant function
This commit is contained in:
parent
4673ef1590
commit
c4e5b0141f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ rec {
|
|||
pkgs = nixpkgs.legacyPackages."${system}";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
lib = lib.extend (_: _: inputs.home-manager.lib);
|
||||
lib = lib.extend inputs.home-manager.lib;
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
|
Loading…
Reference in a new issue