builders: remove redundant function

main
Zynh Ludwig 2024-08-10 10:19:28 -07:00
parent 4673ef1590
commit c4e5b0141f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ rec {
pkgs = nixpkgs.legacyPackages."${system}"; pkgs = nixpkgs.legacyPackages."${system}";
extraSpecialArgs = { extraSpecialArgs = {
inherit inputs; inherit inputs;
lib = lib.extend (_: _: inputs.home-manager.lib); lib = lib.extend inputs.home-manager.lib;
}; };
modules = [ modules = [