tvl-depot/third_party/gopkgs/golang.org/x/sys/default.nix
2020-02-21 13:54:53 +00:00

9 lines
205 B
Nix

{ depot, ... }:
depot.buildGo.external {
path = "golang.org/x/sys";
src = builtins.fetchGit {
url = "https://go.googlesource.com/sys";
rev = "ac6580df4449443a05718fd7858c1f91ad5f8d20";
};
}