Skip to content

Commit

Permalink
chore: allow path in args
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Jul 8, 2024
1 parent 7e2fa06 commit 40818c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
default = "";
};
args = mkOption {
type = attrsOf str;
type = attrsOf (either str path);
default = { };
};
};
Expand Down

0 comments on commit 40818c7

Please sign in to comment.