go: rename default.nix to 1.0.nix
This commit is contained in:
parent
5317cf9ff4
commit
02b1c2727b
@ -3970,7 +3970,7 @@ let
|
||||
|
||||
dotnetPackages = recurseIntoAttrs (callPackage ./dotnet-packages.nix { inherit stdenv fetchNuGet; });
|
||||
|
||||
go_1_0 = callPackage ../development/compilers/go { };
|
||||
go_1_0 = callPackage ../development/compilers/go/1.0.nix { };
|
||||
|
||||
go_1_1 =
|
||||
if stdenv.isDarwin then
|
||||
|
Loading…
Reference in New Issue
Block a user