9c0d66197b
This should make it quite quick to spot writing code breaking some of the assumptions we have on PathInfo messages ourselves. Change-Id: I480caaec41f8ea5246c3c3081460c7ad12e78569 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9554 Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
10 lines
235 B
Nix
10 lines
235 B
Nix
# Target containing just the proto files.
|
|
|
|
{ depot, pkgs, lib, ... }:
|
|
|
|
pkgs.buildGoModule {
|
|
name = "nar-bridge";
|
|
src = depot.third_party.gitignoreSource ./.;
|
|
|
|
vendorHash = "sha256-PlmFiGQPHqc+4JG0HAWW+oj8ruL7PTmGNJe20ansrxg=";
|
|
}
|