mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
CI: make work with aarch64 possibly. nixdirfmt
This commit is contained in:
parent
f3d9d61e80
commit
ff5c0846ef
25 changed files with 390 additions and 216 deletions
|
|
@ -3,13 +3,16 @@
|
|||
with lib;
|
||||
|
||||
{
|
||||
kw.secrets.variables = let
|
||||
fieldAdapt = field: if field == "key" then "notes" else field;
|
||||
in mapListToAttrs (field:
|
||||
nameValuePair "taskwarrior-${field}" {
|
||||
path = "services/taskwarrior";
|
||||
field = fieldAdapt field;
|
||||
}) ["key" "credentials"];
|
||||
kw.secrets.variables =
|
||||
let
|
||||
fieldAdapt = field: if field == "key" then "notes" else field;
|
||||
in
|
||||
mapListToAttrs
|
||||
(field:
|
||||
nameValuePair "taskwarrior-${field}" {
|
||||
path = "services/taskwarrior";
|
||||
field = fieldAdapt field;
|
||||
}) [ "key" "credentials" ];
|
||||
|
||||
secrets.files = {
|
||||
taskw_key = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue