Merge pull request #230668 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
+2
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 = [ ];
});