blob: 0c7d1c6089442bd11e745e87c225018964758c5a (
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-drbjsty1hhVAvn/R/AiVIOPQREzHOB+90VpuM5D5COc=";
}
|