Skip to content

Commit

Permalink
fix: extraArgs are unspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Dec 23, 2022
1 parent 4f3a4e1 commit cded0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-parts/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
};

extraArgs = lib.mkOption {
type = lib.types.attrsOf lib.types.str;
type = lib.types.attrsOf lib.types.unspecified;
default = {};
description = ''
Extra arguments to pass to terranix.
Expand Down

0 comments on commit cded0bb

Please sign in to comment.