Skip to content

Commit

Permalink
Merge pull request #417 from stewartbutler/go_1_21_fix
Browse files Browse the repository at this point in the history
Add support for Go 1.21
  • Loading branch information
mergify[bot] authored Nov 3, 2023
2 parents 3e21df2 + e83f344 commit 7a408cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/go/go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let
paths = [ goAttr ];
postBuild = ''
touch $out/ROOT
ln -s $out/share/go/{api,doc,lib,misc,pkg,src} $out/
ln -s $out/share/go/{api,doc,lib,misc,pkg,src,go.env} $out/
'';
} // {
version = getVersion goAttr;
Expand Down

0 comments on commit 7a408cb

Please sign in to comment.