nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1[
2 {
3 goPackagePath = "github.com/kisielk/gotool";
4 fetch = {
5 type = "git";
6 url = "https://github.com/kisielk/gotool";
7 rev = "80517062f582ea3340cd4baf70e86d539ae7d84d";
8 sha256 = "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn";
9 };
10 }
11 {
12 goPackagePath = "golang.org/x/tools";
13 fetch = {
14 type = "git";
15 url = "https://go.googlesource.com/tools";
16 rev = "96e9e165b75e735822645eff82850b08c377be36";
17 sha256 = "1zj9ck5sg9b0pphxybmvxf64hhcap7v7j37fx3v5aknf18crjjdg";
18 };
19 }
20]