Revert "fix: Remove |> operator to fix ci"
This reverts commit 6a7b5838bc.
This commit is contained in:
parent
ff78d71406
commit
4205a8bcb3
13 changed files with 122 additions and 167 deletions
|
|
@ -39,20 +39,16 @@ in
|
|||
};
|
||||
config = {
|
||||
flake.deploy.nodes =
|
||||
with lib;
|
||||
pipe
|
||||
[
|
||||
"Cape"
|
||||
"Akun"
|
||||
]
|
||||
[
|
||||
(map (
|
||||
hostName:
|
||||
mkDeployNode {
|
||||
inherit hostName;
|
||||
}
|
||||
))
|
||||
(foldr (a: b: a // b) { })
|
||||
];
|
||||
[
|
||||
"Cape"
|
||||
"Akun"
|
||||
]
|
||||
|> map (
|
||||
hostName:
|
||||
mkDeployNode {
|
||||
inherit hostName;
|
||||
}
|
||||
)
|
||||
|> lib.foldr (a: b: a // b) { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue