blob: f8e762a0a1f2eadf903176a783f227c1d9d8f22e (
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-xaNf/bnSuQpt1vadFmYt4NcpJQD3KmiYQ4SrdtiK33U=";
}
|