mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Remove default value of extraInputsFlake
This commit is contained in:
parent
6a8c72c0cf
commit
78bf03cea3
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ let
|
||||||
options = {
|
options = {
|
||||||
extraInputsFlake = mkOption {
|
extraInputsFlake = mkOption {
|
||||||
type = types.raw;
|
type = types.raw;
|
||||||
default = { };
|
|
||||||
description = ''
|
description = ''
|
||||||
Location of a flake whose inputs to add to the inputs module argument in the partition.
|
Location of a flake whose inputs to add to the inputs module argument in the partition.
|
||||||
Note that flake `follows` are resolved without any awareness of inputs that are not in the flake.
|
Note that flake `follows` are resolved without any awareness of inputs that are not in the flake.
|
||||||
|
|
Loading…
Reference in a new issue