devenv: drop old macOS SDK pattern

This commit is contained in:
Sander
2024-12-23 10:29:41 +04:00
parent 5de4a42fd3
commit aa9162f527
+1 -7
View File
@@ -1,13 +1,11 @@
{
lib,
stdenv,
fetchFromGitHub,
makeBinaryWrapper,
installShellFiles,
rustPlatform,
testers,
cachix,
darwin,
sqlx-cli,
nixVersions,
openssl,
@@ -63,11 +61,7 @@ rustPlatform.buildRustPackage {
sqlx-cli
];
buildInputs =
[ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.SystemConfiguration
];
buildInputs = [ openssl ];
postInstall =
let