about summary refs log blame commit diff
path: root/tvix/nar-bridge/default.nix
blob: 4f26c894966de74d86a188d3762c5d4bcf663085 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                     
# Target containing just the proto files.

{ depot, pkgs, lib, ... }:

pkgs.buildGoModule {
  name = "nar-bridge";
  src = depot.third_party.gitignoreSource ./.;

  vendorHash = "sha256-ankJbu6mHziF04NTA8opnWH765Jv1wQALYI8SeEst1Q=";
}