aboutsummaryrefslogtreecommitdiff
path: root/src/nix/show-derivation.cc
AgeCommit message (Expand)Author
2023-04-07Rename files to reflect new `nix derivation show` nameJohn Ericson
2023-04-07`nix show-derivation` -> `nix derivation show`John Ericson
2023-03-15Make command infra less stateful and more regularJohn Ericson
2023-03-02Get rid of some unchecked calls to std::coutEelco Dolstra
2023-02-19Move `Derivation` toJSON logic to libnixstoreJohn Ericson
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-02Move installables-related operationsEelco Dolstra
2021-09-30`std::visit` by referenceJohn Ericson
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2020-12-21Add 'nix show-derivation' manpageEelco Dolstra
2020-12-21nix show-derivation: Say "system" instead of "platform"Eelco Dolstra
2020-12-03Add FIXMEEelco Dolstra
2020-10-27Allow non-CA derivations to depend on CA derivationsregnat
2020-10-06Remove static variable name clashesEelco Dolstra
2020-08-14Work around clang bugJohn Ericson
2020-08-14Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-07Squashed get CA derivations buildingJohn Ericson
2020-08-05Merge branch 'master' of github.com:NixOS/nix into new-interface-for-path-pat...Carlo Nucera
2020-08-05Sed some names to perhaps avoid conflictsJohn Ericson
2020-07-28Use the new interfaceCarlo Nucera
2020-07-16Merge branch 'optional-derivation-output-storepath' of github.com:obsidiansys...Carlo Nucera
2020-07-16Merge branch 'master' of github.com:NixOS/nix into optional-derivation-output...Carlo Nucera
2020-07-15nix: Fix examplesEelco Dolstra
2020-07-12Change types to prepare the way for CA derivationsJohn Ericson
2020-07-12Use more std::visit to prepare for new variantJohn Ericson
2020-07-08Only store hash of fixed derivation outputMatthew Bauer
2020-06-17Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-12Add Store::readDerivation() convenience functionEelco Dolstra
2020-05-26Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...Carlo Nucera
2020-05-05nix --help: Group commandsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-03-30Store parsed hashes in `DerivationOutput`John Ericson
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2017-09-25Add "nix show-derivation"Eelco Dolstra