1
0
Fork 0
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:
Yang, Bo 2024-09-11 23:00:39 -07:00 committed by Robert Hensing
parent 6a8c72c0cf
commit 78bf03cea3

View file

@ -12,7 +12,6 @@ let
options = {
extraInputsFlake = mkOption {
type = types.raw;
default = { };
description = ''
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.