87396d29fd
Change-Id: I72d139c47ede56d63d896bb5d5ed385e22a32264 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9592 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
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-2WrXRbaJBg8ldL92KzCn/Lj0xp+E/kIYeHE9qsJEXAI=";
|
|
}
|