aboutsummaryrefslogtreecommitdiff
path: root/src/nix/make-content-addressable.cc
AgeCommit message (Expand)Author
2020-06-03No C++ designated initializers yet with Clang 7John Ericson
2020-06-02WIPJohn Ericson
2020-05-28Merge branch 'master' of github.com:NixOS/nix into enum-classCarlo Nucera
2020-05-26Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethodCarlo Nucera
2020-05-05nix --help: Group commandsEelco Dolstra
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2020-03-29Use `enum struct` and drop prefixesJohn Ericson
2019-12-18nix make-content-addressable: Add --json flagEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-10-21nix make-content-addressable: Add examplesEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra