htgen: scriptFile should be package or pathname
This commit is contained in:
parent
1775e86752
commit
0802657364
@ -41,7 +41,7 @@ let
|
||||
};
|
||||
|
||||
scriptFile = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
type = types.nullOr (types.either types.package types.pathname);
|
||||
default = null;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user