Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Since the hash is not optional anymore
|
|
|
|
|
|
drv-outputs-map-allow-missing
|
|
|
|
|
|
drv-outputs-map-allow-missing
|
|
|
|
|
|
derivation-header-include-order
|
|
|
|
|
|
|
|
|
|
|
|
This assumption is broken by CA derivations. Making a PR now to do the
breaking daemon change as soon as possible (if it is already too late,
we can bump protocol intead).
|
|
|
|
obsidiansystems/allow-relative-paths-in-store-option
Allow relative paths in --store option
|
|
The was Eelco's prefered logic, and it looks good to me!
|
|
|
|
|
|
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
|
|
to each Store implementation. The generic regStore implementation will
only be for the ambiguous shorthands, like "" and "auto".
This also could get us close to simplifying the daemon command.
|
|
allow-relative-paths-in-store-option
|
|
better-ca-parse-errors
|
|
|
|
derivation-header-include-order
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
derivation-header-include-order
|
|
better-ca-parse-errors
|
|
|
|
|
|
|
|
Generalize `queryDerivationOutputNames` and `queryDerivationOutputs` by
adding a `queryDerivationOutputMap` that returns the map
`outputName=>outputPath`
(not that this is not equivalent to merging the results of
`queryDerivationOutputs` and `queryDerivationOutputNames` as sets don't
preserve the order, so we would end up with an incorrect mapping).
squash! Add a way to get all the outputs of a derivation with their label
Rename StorePathMap to OutputPathMap
|
|
|
|
In nix commands which accept --store options, we can now specify a
relative path, which will be canonicalized.
|
|
|