fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.

This commit is contained in:
Ulic-youthlic 2025-01-08 17:41:55 +08:00
parent 4a5d46559b
commit 2235747c47

View file

@ -164,7 +164,7 @@
}; };
in in
{ {
homeConfigurations = nixpkgs.foldr (a: b: a // b) { } ( homeConfigurations = nixpkgs.lib.foldr (a: b: a // b) { } (
map (hostName: mkHomeConfig { inherit hostName; }) [ "Tytonidae" ] map (hostName: mkHomeConfig { inherit hostName; }) [ "Tytonidae" ]
); );
homeManagerModules = homeManagerModules =