Skip to content

Commit

Permalink
nix: use patched nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 24, 2024
1 parent fab13f8 commit 6c46f6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
23 changes: 11 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 2 additions & 14 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

# Rust toolchain
rust-overlay = {
# url = "github:jost-s/rust-overlay/fix/return-target-dependency-as-flat-list-for-darwin-std";
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down Expand Up @@ -161,19 +160,8 @@
# additional packages needed for darwin platforms
pkgs.darwin.apple_sdk.frameworks.Carbon
pkgs.darwin.apple_sdk.frameworks.WebKit
# pkgs.darwin.apple_sdk_11_0.frameworks.Carbon
# pkgs.darwin.apple_sdk_11_0.frameworks.WebKit
# additional packages needed for darwin platforms on x86_64
# pkgs.darwin.apple_sdk_10_12.frameworks.AppKit
# pkgs.darwin.apple_sdk_10_12.frameworks.CoreFoundation
# pkgs.darwin.apple_sdk_10_12.frameworks.CoreServices
# pkgs.darwin.apple_sdk_10_12.frameworks.Security
# pkgs.darwin.apple_sdk_10_12.frameworks.IOKit
# pkgs.darwin.apple_sdk_10_12.frameworks.WebKit
# pkgs.glib
# pkgs.pkg-config
# pkgs.xcbuild
# pkgs.libiconv
pkgs.darwin.apple_sdk.libs.xpc
pkgs.libiconv
]);
# do not check built package as it either builds successfully or not
doCheck = false;
Expand Down

0 comments on commit 6c46f6f

Please sign in to comment.