Skip to content

Commit

Permalink
Revert to latest go
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 16, 2024
1 parent a6ff3b8 commit 0efbbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ rec {
pkgs.darwin.apple_sdk.frameworks.WebKit
(pkgs.darwin.apple_sdk_11_0.stdenv.mkDerivation {
name = "go";
nativeBuildInputs = with pkgs; [ makeBinaryWrapper go_1_21 ];
nativeBuildInputs = with pkgs; [ makeBinaryWrapper go ];
dontBuild = true;
dontUnpack = true;
installPhase = ''
makeWrapper ${pkgs.go_1_21}/bin/go $out/bin/go
makeWrapper ${pkgs.go}/bin/go $out/bin/go
'';
})

Expand Down

0 comments on commit 0efbbf4

Please sign in to comment.