Merge pull request #60 from arcnmx/fix-pure-eval

fix: avoid impure import in deploy module
This commit is contained in:
Kat Inskip 2024-08-03 16:12:53 -07:00 committed by GitHub
commit 17ace198b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = {