builders: remove unused and broken overlay

main
Zynh Ludwig 2024-08-11 05:51:26 -07:00
parent 5c3b923653
commit 764333541f
1 changed files with 1 additions and 1 deletions

View File

@ -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;