fix: Remove |> operator to fix ci
This commit is contained in:
parent
3b570cc47a
commit
6a7b5838bc
13 changed files with 167 additions and 122 deletions
|
|
@ -30,11 +30,13 @@ in
|
|||
};
|
||||
};
|
||||
in
|
||||
[
|
||||
"Tytonidae"
|
||||
"Cape"
|
||||
"Akun"
|
||||
]
|
||||
|> (with lib; flip genAttrs makeNixosConfiguration);
|
||||
with lib;
|
||||
pipe
|
||||
[
|
||||
"Tytonidae"
|
||||
"Cape"
|
||||
"Akun"
|
||||
]
|
||||
[ (flip genAttrs makeNixosConfiguration) ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue