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