stdenv: fix inputDerivation with allowed refs

Same motivation as for the disallowed references.
This commit is contained in:
Alyssa Ross 2023-05-08 12:02:13 +00:00
parent 884ffbd847
commit cd0bccbbe0
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

@ -550,6 +550,8 @@ lib.extendDerivation
# inputDerivation produces the inputs; not the outputs, so any
# restrictions on what used to be the outputs don't serve a purpose
# anymore.
allowedReferences = null;
allowedRequisites = null;
disallowedReferences = [ ];
disallowedRequisites = [ ];
});