blob: b3ef1481fcfcc264333049c4b79ba3e1be2f5803 (
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-3Ywc6rrt56U5K5mF5muXPMscD38zS5NIiVPpcYcmIYQ=";
}
|