blob: d6c897f15e52f4ee643e88babdbd9b465b82d249 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{ pkgs, ... }:
depot.buildGo.external {
path = "cloud.google.com/go";
src = builtins.fetchGit {
url = "https://code.googlesource.com/gocloud";
rev = "4f03f8e4ba168c636e1c218da7ab41a1c8c0d8cf";
};
}
|