mirror of https://github.com/helix-editor/helix
flake: add Security apple framework
Now steel can be built with this Nix devshellpull/8675/merge^2
parent
cb93a68595
commit
c680721aae
|
@ -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…
Reference in New Issue