about summary refs log tree commit diff
path: root/src/libstore/parsed-derivations.cc
AgeCommit message (Collapse)AuthorFilesLines
2019-09-03 Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra1-0/+5
Hopefully fixes #3081 (didn't test).
2019-03-14 experimental/optional -> optionalEelco Dolstra1-2/+2
2018-09-28 Check requiredSystemFeatures for local buildsEelco Dolstra1-3/+17
For example, this prevents a "kvm" build on machines that don't have KVM. Fixes #2012.
2018-09-28 Move structured attrs handling into a separate classEelco Dolstra1-0/+97
This is primarily because Derivation::{can,will}BuildLocally() depends on attributes like preferLocalBuild and requiredSystemFeatures, but it can't handle them properly because it doesn't have access to the structured attributes.