fix: add back CI module dependent functionality to CI

This commit is contained in:
Kat Inskip 2024-07-13 12:28:19 -07:00
parent c5e8103b6b
commit 9d219f6d63
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
12 changed files with 226 additions and 25 deletions

View file

@ -12,7 +12,7 @@ in {
inherit (lib.options) mkOption;
in {
deploy = mkOption {
type = nullOr inputs.arcexprs.lib.json.types.attrs;
type = nullOr (import inputs.arcexprs {}).lib.json.types.attrs;
};
};
config = {