about summary refs log tree commit diff
path: root/tvix/nar-bridge/default.nix
blob: 9a08c9e729f0c2d7ef7ec430304e82abf1f11776 (plain) (blame)
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-kvovi5HJafg3Um64XJxBYm392tih0P6C/SDyCLhKHIA=";
}