Merge pull request #1 from evanrichter/mwp-steel-integration

flake: add Security apple framework
pull/8675/merge^2
Matthew Paras 2023-09-07 17:46:33 -07:00 committed by GitHub
commit 3060bccc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"