Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-28 | Add disallowedReferences / disallowedRequisites | Eelco Dolstra | 1 | -0/+6 | |
For the "stdenv accidentally referring to bootstrap-tools", it seems easier to specify the path that we don't want to depend on, e.g. disallowedRequisites = [ bootstrapTools ]; | |||||
2014-08-21 | Fix tests | Eelco Dolstra | 1 | -8/+6 | |
So all these years I was totally deluded about the meaning of "set -e". You might think that it causes statements like "false && true" or "! true" to fail, but it doesn't... | |||||
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | 1 | -14/+14 | |
2006-10-19 | * Checks for allowedReferences and some other features. | Eelco Dolstra | 1 | -0/+36 | |
* Use nix-build in a test. |