6fe34b7ba0
We can use the helper to rename the node. Change-Id: Id8defea7e5ebbd43d7b7a9b2992c62084e1828ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/9601 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Brian McGee <brian@bmcgee.ie> Tested-by: BuildkiteCI
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-UxKTfy1NNtZhor8Hj9LZja72vqW7OYDRn8/cUETPzoU=";
|
|
}
|