tvl-depot/third_party/nix/src
Griffin Smith 05e44c121d feat(3p/nix): Implement AddToStore proto handler
Implement the proto handler for AddToStore, which adds a nix path to the
store. This is implemented by adding a new (probably
soon-to-be-generalized) Source concretion that wraps a grpc ServerReader
for the stream of data we're receiving from the client - this is less
than ideal, as it's perpetuating the source/sink thing that's going on
and storing entire nars in memory, but is at the very worst an
incremental step towards a functioning nix that we can refactor in the
future.

Paired-With: Perry Lorier <isomer@tvl.fyi>
Paired-With: Vincent Ambo <mail@tazj.in>
Change-Id: I48db734e7460a47aee4a85dd5137b690980859e3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1441
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
Reviewed-by: tazjin <mail@tazj.in>
2020-08-01 14:11:41 +00:00
..
build-remote fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
cpptoml style(3p/nix): Remove 'using std::*' from types.hh 2020-05-24 22:29:21 +01:00
libexpr chore(3p/nix/hash): prefer StatusOr over throwing constructor 2020-08-01 01:15:29 +00:00
libmain fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
libstore feat(3p/nix): Implement AddToStore proto handler 2020-08-01 14:11:41 +00:00
libutil feat(3p/nix): Implement AddToStore proto handler 2020-08-01 14:11:41 +00:00
nix chore(3p/nix/hash): prefer StatusOr over throwing constructor 2020-08-01 01:15:29 +00:00
nix-build fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
nix-channel fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
nix-collect-garbage chore(3p/nix): Remove support for plugins 2020-07-20 14:45:43 +00:00
nix-copy-closure fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
nix-daemon feat(3p/nix): Implement AddToStore proto handler 2020-08-01 14:11:41 +00:00
nix-env fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
nix-instantiate fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
nix-prefetch-url chore(3p/nix/hash): prefer StatusOr over throwing constructor 2020-08-01 01:15:29 +00:00
nix-store chore(3p/nix/hash): prefer StatusOr over throwing constructor 2020-08-01 01:15:29 +00:00
nlohmann Add 'third_party/nix/' from commit 'be66c7a6b24e3c3c6157fd37b86c7203d14acf10' 2020-05-17 15:52:38 +01:00
proto feat(3p/nix): Implement AddToStore proto handler 2020-08-01 14:11:41 +00:00
tests fix(3p/nix/hash): initialize HashSink.ctx 2020-08-01 00:09:23 +00:00
CMakeLists.txt feat(3p/nix): Add main function for grpc daemon 2020-07-25 20:11:41 +00:00