aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/derived-path.cc
AgeCommit message (Expand)Author
2024-05-17derived-path: refuse built derived path with a non-derivation basePierre Bourdon
2024-03-04Merge pull request #9582 from pennae/misc-optseldritch horrors
2023-08-25Introduce `OutputName` and `OutputNameView` type aliasesJohn Ericson
2023-08-10Make the Derived Path family of types inductive for dynamic derivationsJohn Ericson
2023-07-12Move `BuiltPath` to its own header/C++ file in libcmdJohn Ericson
2023-04-14Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`John Ericson
2023-04-14Display valid installable in InstallableDerivedPath::parse warningRaphael Robatsch
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2022-12-15Fix a crash in DerivedPath::Built::toJSON() with impure derivationsEelco Dolstra
2022-12-12Apply suggestions from code reviewJohn Ericson
2022-11-25Merge branch 'master' into indexed-store-path-outputsJohn Ericson
2022-11-21nix build --json: Include build statisticsEelco Dolstra
2022-11-21Rename derivedPathsWithHintsToJSON -> builtPathsToJSONEelco Dolstra
2022-07-14Fix bug, test more, document moreJohn Ericson
2022-05-12Use `^` not `!` in indexed store derivations installable syntaxJohn Ericson
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-17Fix `nix build --dry-run` with CA derivationsThéophane Hufschmitt
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-10-26Make experimental-features a proper typeregnat
2021-09-30`std::visit` by referenceJohn Ericson
2021-05-17Merge pull request #4818 from NixOS/ca/cli-use-builtpathsEelco Dolstra
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-12Fix tokenize output names in drvMatthew Bauer
2021-05-12DerivedPathWithHints -> BuiltPathregnat
2021-04-05buildable.{cc,hh} -> derived-path.{cc,hh}John Ericson