Skip to content

Commit f672205

Browse files
committed
Merge remote-tracking branch 'origin/master' into armv7a
2 parents 39ba092 + 19083c8 commit f672205

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/configuration-nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ in addPackageKeys {
199199
# for whatever reason nixpkgs 24.11 defines x86_64-darwin
200200
# to be sdk-10.12.2, and aarch64-darwin to be sdk-11.
201201
# nixpkgs 25.05 will drop sdk-10.12, and unify aarch64 and x86 at last.
202-
packages.network.components.library.libs = lib.mkIf (pkgs.stdenv.hostPlatform.isDarwin && lib.versionOlder pkgs.apple-sdk.version "11") [
202+
packages.network.components.library.libs = lib.mkIf (pkgs.stdenv.hostPlatform.isDarwin && pkgs ? apple-sdk && lib.versionOlder pkgs.apple-sdk.version "11") [
203203
pkgs.apple-sdk_11
204204
(pkgs.darwinMinVersionHook "11.0")
205205
];

0 commit comments

Comments
 (0)