Compare commits

...

2 Commits

Author SHA1 Message Date
Zynh Ludwig 81bb0de427 Revert "builders: remove redundant function"
This reverts commit c4e5b0141f.
2024-08-11 05:55:34 -07:00
Zynh Ludwig 764333541f builders: remove unused and broken overlay 2024-08-11 05:51:26 -07:00
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ rec {
nameValuePair nameValuePair
"${user}${hostStr}" "${user}${hostStr}"
(homeManagerConfiguration { (homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system}.extend self.overlays.default; pkgs = nixpkgs.legacyPackages.${system};
extraSpecialArgs = { extraSpecialArgs = {
inherit inputs self; inherit inputs self;
lib = lib.extend inputs.home-manager.lib; lib = lib.extend (_: _: inputs.home-manager.lib);
}; };
modules = [ modules = [