blob: 06c43bb961c1afd864a19f1185abb52298f5aaae (
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-sxyoVyHq/FJbNzVa6Xlnv0+/vxLxf0SAY4ZbvRySoFQ=";
}
|