Merge pull request #230668 from alyssais/inputDerivation-allowed
stdenv: fix inputDerivation with allowed refs
This commit is contained in:
commit
cacd4e7ea6
1 changed files with 2 additions and 0 deletions
|
@ -550,6 +550,8 @@ lib.extendDerivation
|
||||||
# inputDerivation produces the inputs; not the outputs, so any
|
# inputDerivation produces the inputs; not the outputs, so any
|
||||||
# restrictions on what used to be the outputs don't serve a purpose
|
# restrictions on what used to be the outputs don't serve a purpose
|
||||||
# anymore.
|
# anymore.
|
||||||
|
allowedReferences = null;
|
||||||
|
allowedRequisites = null;
|
||||||
disallowedReferences = [ ];
|
disallowedReferences = [ ];
|
||||||
disallowedRequisites = [ ];
|
disallowedRequisites = [ ];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue