mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: avoid impure import in deploy module
This commit is contained in:
parent
2e7ee0e4ca
commit
cafa2482dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue