cf35ad4fa9
Change-Id: If08a43e18a41abd3e2ae7c08ceb6f48844d20df1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1626 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
9 lines
220 B
Nix
9 lines
220 B
Nix
{ depot, pkgs, ... }:
|
|
|
|
depot.buildGo.external {
|
|
path = "cloud.google.com/go";
|
|
src = builtins.fetchGit {
|
|
url = "https://code.googlesource.com/gocloud";
|
|
rev = "4f03f8e4ba168c636e1c218da7ab41a1c8c0d8cf";
|
|
};
|
|
}
|