fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
This commit is contained in:
parent
4a5d46559b
commit
2235747c47
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue