Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nix: include darwin deps inside
devShell
, too
Summary: Without `devShell` providing the needed Darwin-specific inputs, `cargo build` does not work inside a `nix develop` or `direnv` environment; libgit2 in particular fails on being able to find the Security framework. The actual `nix build` invocation however *does* work because we correctly include those dependencies in the package `buildInputs`. So just factor them out, and use them in both places. Signed-off-by: Austin Seipp <aseipp@pobox.com> Change-Id: I484bf381ca31c29c4c39fb6d184bdd21
- Loading branch information