Age | Commit message (Collapse) | Author |
|
|
|
This was useful for an experiment with building Nix as a single
compilation unit. It's not very useful otherwise but also doesn't
hurt...
|
|
|
|
This reverts commit 9ab07e99f527d1fa3adfa02839da477a1528d64b.
|
|
|
|
|
|
|
|
All GC roots are now indirect.
|
|
- `queryDerivationOutputMapAssumeTotal` -> `queryPartialDerivationOutputMap`
- `queryDerivationOutputMapAssumeTotal` -> `queryDerivationOutputMap
|
|
|
|
|
|
Offer a safer interface for path and pathOpt
|
|
|
|
|
|
github.com:obsidiansystems/nix into templated-daemon-protocol
|
|
|
|
new-interface-for-path-pathOpt
|
|
Since the hash is not optional anymore
|
|
|
|
templated-daemon-protocol
|
|
This refactor should *not* change the wire protocol.
|
|
|
|
|
|
new-interface-for-path-pathOpt
|
|
|
|
better-ca-parse-errors
|
|
|
|
optional-derivation-output-storepath
|
|
better-ca-parse-errors
|
|
|
|
This is only used by hydra-queue-runner and it's better to implement
it there.
|
|
|
|
|
|
|
|
optional-derivation-output-storepath
|
|
|
|
|
|
we don’t need a full storepath for a fixedoutput derivation. So just
putting the ingestion method + the hash is sufficient.
|
|
We always have a name for BasicDerivation, since we have a derivation
store path that has a name.
|
|
|
|
|
|
|
|
|
|
Not a regular git revert as there have been many merges and things.
|
|
|
|
|
|
|
|
|
|
|
|
Add an option to print the logs in a machine-readable format
|