Age | Commit message (Collapse) | Author |
|
stdenv relies on this. So ignore self-references (but only in legacy non-structured attributes mode).
|
|
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 ];
|
|
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...
|
|
|
|
* Use nix-build in a test.
|