builders: remove unused and broken overlay
This commit is contained in:
parent
5c3b923653
commit
764333541f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ rec {
|
|||
nameValuePair
|
||||
"${user}${hostStr}"
|
||||
(homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.${system}.extend self.overlays.default;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
extraSpecialArgs = {
|
||||
inherit inputs self;
|
||||
lib = lib.extend inputs.home-manager.lib;
|
||||
|
|
Loading…
Reference in a new issue