mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Set type of partitions.<name>.extraInputsFlake
This commit is contained in:
parent
20c0c789f7
commit
9bfd9e4a83
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
|||
partitionModule = { config, options, name, ... }: {
|
||||
options = {
|
||||
extraInputsFlake = mkOption {
|
||||
type = types.raw;
|
||||
type = types.either types.path types.str;
|
||||
default = { };
|
||||
description = ''
|
||||
Location of a flake whose inputs to add to the inputs module argument in the partition.
|
||||
|
|
Loading…
Reference in a new issue