Merge pull request from alyssais/inputDerivation-allowed

stdenv: fix inputDerivation with allowed refs
This commit is contained in:
Robert Hensing 2023-05-08 17:49:14 +02:00 committed by GitHub
commit cacd4e7ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [ ];
});