about summary refs log tree commit diff
path: root/tvix/nar-bridge-go/default.nix
blob: 303d9c504114a48e91923cbf8a2de5eff648e705 (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-go";
  src = depot.third_party.gitignoreSource ./.;

  vendorHash = "sha256-7jugbC5sEGhppjiZgnoLP5A6kQSaHK9vE6cXVZBG22s=";
}