Skip to content

Commit

Permalink
Merge pull request helix-editor#1 from evanrichter/mwp-steel-integration
Browse files Browse the repository at this point in the history
flake: add Security apple framework
  • Loading branch information
mattwparas authored Sep 8, 2023
2 parents cb93a68 + c680721 commit 3060bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3060bcc

Please sign in to comment.