1
0
Fork 0
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:
Robert Hensing 2024-09-02 10:39:20 +02:00
parent 20c0c789f7
commit 9bfd9e4a83

View file

@ -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.