Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-14 | experimental/optional -> optional | Eelco Dolstra | 1 | -4/+4 | |
2018-09-28 | Check requiredSystemFeatures for local builds | Eelco Dolstra | 1 | -0/+2 | |
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 class | Eelco Dolstra | 1 | -0/+33 | |
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. |