From 3413fc36399a38e04a800ca31d4961e64e16500f Mon Sep 17 00:00:00 2001 From: technofab Date: Fri, 26 Jan 2024 12:25:59 +0100 Subject: [PATCH] fix: add artifacts option --- flakeModule.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;