fix: add artifacts option

This commit is contained in:
technofab 2024-01-26 12:25:59 +01:00
parent 1b6ecec5c1
commit 3413fc3639

View file

@ -68,6 +68,10 @@
type = types.nullOr types.attrs;
default = null;
};
artifacts = mkOption {
type = types.nullOr types.attrs;
default = null;
};
when = mkOption {
type = types.nullOr types.str;
default = null;