about summary refs log blame commit diff
path: root/third_party/gopkgs/golang.org/x/sys/default.nix
blob: 2d45b6286d16c2e5a272bbe517d5f883ec447877 (plain) (tree)
1
2
3
4
5
6
7
8
9
               
 
                        


                                            
                                                     
    
 
{ depot, ... }:

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