1392913e98
Make some space for the rust implementation. Change-Id: I924dc1657be10abe5a11951c3b9de50bae06db19 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11662 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: yuka <yuka@yuka.dev>
10 lines
238 B
Nix
10 lines
238 B
Nix
# Target containing just the proto files.
|
|
|
|
{ depot, pkgs, lib, ... }:
|
|
|
|
pkgs.buildGoModule {
|
|
name = "nar-bridge-go";
|
|
src = depot.third_party.gitignoreSource ./.;
|
|
|
|
vendorHash = "sha256-7jugbC5sEGhppjiZgnoLP5A6kQSaHK9vE6cXVZBG22s=";
|
|
}
|