diff --git a/flakeModule.nix b/flakeModule.nix index 728da6d..e56d25c 100644 --- a/flakeModule.nix +++ b/flakeModule.nix @@ -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;