nushellPlugins.gstat: downgrade to apple_sdk on x86_64-darwin

This commit is contained in:
Weijia Wang 2024-04-18 18:48:51 +02:00
parent 045d1840e7
commit 6125011689
1 changed files with 2 additions and 1 deletions

View File

@ -27729,7 +27729,8 @@ with pkgs;
nu_scripts = callPackage ../shells/nushell/nu_scripts { };
nushellPlugins = recurseIntoAttrs (callPackage ../shells/nushell/plugins {
inherit (darwin.apple_sdk_11_0.frameworks) IOKit CoreFoundation Foundation Security;
inherit (darwin.apple_sdk.frameworks) Security;
inherit (darwin.apple_sdk_11_0.frameworks) IOKit CoreFoundation Foundation;
});
nettools = if stdenv.isLinux