index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
derived-path.cc
Age
Commit message (
Expand
)
Author
2024-05-17
derived-path: refuse built derived path with a non-derivation base
Pierre Bourdon
2024-03-04
Merge pull request #9582 from pennae/misc-opts
eldritch horrors
2023-08-25
Introduce `OutputName` and `OutputNameView` type aliases
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-07-12
Move `BuiltPath` to its own header/C++ file in libcmd
John Ericson
2023-04-14
Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`
John Ericson
2023-04-14
Display valid installable in InstallableDerivedPath::parse warning
Raphael Robatsch
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2022-12-15
Fix a crash in DerivedPath::Built::toJSON() with impure derivations
Eelco Dolstra
2022-12-12
Apply suggestions from code review
John Ericson
2022-11-25
Merge branch 'master' into indexed-store-path-outputs
John Ericson
2022-11-21
nix build --json: Include build statistics
Eelco Dolstra
2022-11-21
Rename derivedPathsWithHintsToJSON -> builtPathsToJSON
Eelco Dolstra
2022-07-14
Fix bug, test more, document more
John Ericson
2022-05-12
Use `^` not `!` in indexed store derivations installable syntax
John Ericson
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-17
Fix `nix build --dry-run` with CA derivations
Théophane Hufschmitt
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-09-30
`std::visit` by reference
John Ericson
2021-05-17
Merge pull request #4818 from NixOS/ca/cli-use-builtpaths
Eelco Dolstra
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-05-12
Fix tokenize output names in drv
Matthew Bauer
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-04-05
buildable.{cc,hh} -> derived-path.{cc,hh}
John Ericson