blob: d28d6f9724222833df8cf54898322577956e1a3a (
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-9tEpICef6xCuRQwyXCg15KugcvknnP53WHotohcbeis=";
}
|