blob: db31bd8657903277fcda336074b87b1692d09a19 (
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-gieFaLB3vgoSqCARCe8PZeJE8H2YQ48Fj2h2DBzUXu8=";
}
|