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

flake: add Security apple framework
pull/8675/merge^2
Matthew Paras 1 year ago committed by GitHub
commit 3060bccc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save