flake: add Security apple framework

Now steel can be built with this Nix devshell
pull/8675/merge^2
Evan Richter 2023-09-05 20:53:25 -06:00
parent cb93a68595
commit c680721aae
1 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,8 @@
[lld_13 cargo-flamegraph rust-analyzer]
++ (lib.optional (stdenv.isx86_64 && stdenv.isLinux) pkgs.cargo-tarpaulin)
++ (lib.optional stdenv.isLinux pkgs.lldb)
++ (lib.optional stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.CoreFoundation);
++ (lib.optional stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks;
[CoreFoundation Security]));
shellHook = ''
export HELIX_RUNTIME="$PWD/runtime"
export RUST_BACKTRACE="1"