Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 16, 2024
1 parent f464b2c commit a6ff3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rec {

pkgs.darwin.apple_sdk.frameworks.AppKit
pkgs.darwin.apple_sdk.frameworks.WebKit
(pkgs.darwin.apple_sdk.stdenv.mkDerivation {
(pkgs.darwin.apple_sdk_11_0.stdenv.mkDerivation {
name = "go";
nativeBuildInputs = with pkgs; [ makeBinaryWrapper go_1_21 ];
dontBuild = true;
Expand Down

0 comments on commit a6ff3b8

Please sign in to comment.