aboutsummaryrefslogtreecommitdiff
path: root/src/nix/show-derivation.cc
AgeCommit message (Expand)Author
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