fix: Remove |> operator to fix ci
This commit is contained in:
parent
3b570cc47a
commit
6a7b5838bc
13 changed files with 167 additions and 122 deletions
|
|
@ -11,9 +11,11 @@ let
|
|||
in
|
||||
{
|
||||
flake.overlays =
|
||||
[
|
||||
"modifications"
|
||||
"additions"
|
||||
]
|
||||
|> (with lib; flip genAttrs (name: importWithArgs (rootPath + "/overlays/${name}")));
|
||||
with lib;
|
||||
pipe
|
||||
[
|
||||
"modifications"
|
||||
"additions"
|
||||
]
|
||||
[ (flip genAttrs (name: importWithArgs (rootPath + "/overlays/${name}"))) ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue