about summary refs log tree commit diff
path: root/tvix/nar-bridge/default.nix
blob: c0247f279f32229efa50aa64e6eaf1f3f3d770f7 (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-7jugbC5sEGhppjiZgnoLP5A6kQSaHK9vE6cXVZBG22s=";
}