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







                                              
                                                                     
 
# Target containing just the proto files.

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

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

  vendorHash = "sha256-drbjsty1hhVAvn/R/AiVIOPQREzHOB+90VpuM5D5COc=";
}