index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
path-with-outputs.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2023-08-18
Fixing #7479
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-01-13
Merge pull request #6815 from obsidiansystems/better-wanted-outputs
Robert Hensing
2023-01-12
remove unncessary cast
Valentin Gagarin
2023-01-11
Make it hard to construct an empty `OutputsSpec::Names`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2022-05-03
nix profile: Support overriding outputs
Eelco Dolstra
2022-05-03
Allow selecting derivation outputs using 'installable!outputs'
Eelco Dolstra
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
"newtype" BuildableReq
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-04-05
Move `StorePathWithOutput` utilities out of store class
John Ericson
2021-04-05
Move `StorePathWithOutputs` into its own header/file
John Ericson