Skip to content

Commit

Permalink
Fixed x86_64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 27, 2024
1 parent 1363344 commit 80fae85
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
@@ -1,4 +1,4 @@
rec {
{
inputs = {
nixpkgs.follows = "holonix/nixpkgs";
pnpmnixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
Expand Down Expand Up @@ -43,7 +43,7 @@ rec {
pkgs.darwin.apple_sdk.frameworks.AppKit
pkgs.darwin.apple_sdk.frameworks.WebKit
(if pkgs.system == "x86_64-darwin" then
(pkgs.darwin.apple_sdk_11_0.stdenv.mkDerivation {
(pkgs.stdenv.mkDerivation {
name = "go";
nativeBuildInputs = with pkgs; [ makeBinaryWrapper go ];
dontBuild = true;
Expand Down

0 comments on commit 80fae85

Please sign in to comment.