about summary refs log tree commit diff
path: root/tvix/nar-bridge/default.nix
blob: 6da680ca48ad79ca392f4a2d121e700715a50c38 (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-AFi+3grLMANb5JmcQx4Y4s2fc/zlFZCLziglHgqR06o=";
}