Age | Commit message (Collapse) | Author |
|
|
|
"create" as in read one in from a serialized form, or build one from
scratch in memory.
|
|
derivation-primop-floating-output
|
|
into misc-ca
|
|
|
|
optional-derivation-output-storepath
|
|
|
|
We no longer need `ParsedDerivation` because everything libstore needs
to know about is in the `BasicDerivation` proper.
|
|
|
|
github.com:Ericson2314/nix into misc-ca
|
|
|
|
optional-derivation-output-storepath
|
|
|
|
|
|
Fixes #3794.
|
|
|
|
|
|
|
|
Thanks @regnat for the great name.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Fixes #3756.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
multi-output-hashDerivationModulo
|
|
|
|
|
|
|
|
validPathInfo-ca-proper-datatype
|
|
no-stringly-typed-derivation-output
|
|
|
|
|
|
|
|
|
|
Not a regular git revert as there have been many merges and things.
|