go: use binary bootstrap for all platforms
This mirrors what Rust does and allows us to drop go1.4 from the process.
This commit is contained in:
@@ -11,9 +11,7 @@ let
|
||||
|
||||
inherit (lib) optionals optionalString;
|
||||
|
||||
go_bootstrap = callPackage ./bootstrap.nix {
|
||||
inherit Security;
|
||||
};
|
||||
go_bootstrap = callPackage ./bootstrap.nix { };
|
||||
|
||||
goBootstrap = runCommand "go-bootstrap" {} ''
|
||||
mkdir $out
|
||||
|
||||
Reference in New Issue
Block a user