From 58aa19fda0caca6ab9aca939ef11bad16344e832 Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Mon, 11 Sep 2023 11:56:59 +0800 Subject: [PATCH] drop shell support for darwin --- shell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell.nix b/shell.nix index 77868f0eb..4a9b69963 100644 --- a/shell.nix +++ b/shell.nix @@ -22,7 +22,5 @@ clangStdenv.mkDerivation { llvmPackages_10.llvm lld_10 boost - ] ++ stdenv.lib.optionals stdenv.isDarwin [ - darwin.apple_sdk.frameworks.Security ]; }