mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-11 17:50:08 +01:00
fix: allow rules to contain attrs
This commit is contained in:
parent
d26ead5f0b
commit
c272bfd812
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
id_tokens = mkNullOption (types.attrs);
|
||||
"inherit" = mkNullOption (types.attrs);
|
||||
interruptible = mkNullOption (types.bool);
|
||||
needs = mkNullOption (types.listOf types.str);
|
||||
needs = mkNullOption (types.listOf (types.either types.str types.attrs));
|
||||
publish = mkNullOption (types.str);
|
||||
pages = mkNullOption (types.attrs);
|
||||
parallel = mkNullOption (types.either types.int types.attrs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue