fix: avoid impure import in deploy module

This commit is contained in:
arcnmx 2024-07-26 09:34:53 -07:00
parent 2e7ee0e4ca
commit cafa2482dc

View file

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