Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
allow-relative-paths-in-store-option
|
|
better-ca-parse-errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
This allows the caller to know what values were actually added to the
store.
|
|
|
|
validPathInfo-ca-proper-datatype
|
|
no-stringly-typed-derivation-output
|
|
|
|
|
|
Not a regular git revert as there have been many merges and things.
|
|
|
|
also copy info2 instead of casting
|
|
|
|
|
|
|
|
obsidiansystems/sligthly-improve-store-path-documentation
Clarify the description of StorePath inputs
|
|
no-stringly-typed-derivation-output
|
|
|