about summary refs log tree commit diff
path: root/nix/fetchGoModule
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-08-04T02·32-0400
committerglittershark <grfn@gws.fyi>2020-08-04T22·49+0000
commit5feed69260d966d2b38050160ccdcd794d8e6c75 (patch)
tree9454c2c35def4d3930b2f0da285f0e49743b07c7 /nix/fetchGoModule
parentd8386d6f7ef7019c931d8b205ee4ecbe52f8ca8d (diff)
feat(tvix): Implement AddIndirectRoot, SyncWithGC r/1583
Implement RPC handlers and client methods for the AddWithRoot and
SyncWithGC calls. With this and sandboxing disabled, the following
derivation is now building successfully:

    derivation {
      name = "test";
      builder = "/bin/sh";
      args = [ "-c" "echo 1 > $out" ];
      system = "x86_64-linux";
    }

Co-authored-by: Vincent Ambo <mail@tazj.in>
Change-Id: I245dca0dfca882e2eae5d93364287a8b79fead71
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1637
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: kanepyork <rikingcoding@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'nix/fetchGoModule')
0 files changed, 0 insertions, 0 deletions