Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nixos and direnv setup #87

Merged
merged 4 commits into from
Sep 5, 2024
Merged

Nixos and direnv setup #87

merged 4 commits into from
Sep 5, 2024

Conversation

cdunster
Copy link
Contributor

@cdunster cdunster commented Sep 4, 2024

This PR:

  • Adds support for direnv and automatically loads the devShell.default from the nix flake.
  • Fixes a small typo in the readme file.
  • Allows scenarios to be ran locally on NixOS by fixing the openssl dependency.

@cdunster cdunster self-assigned this Sep 4, 2024
flake.nix Outdated Show resolved Hide resolved
Set the env variable `OPENSSL_NO_VENDOR` to `1` which forces the
`openssl-sys` crate to use `pkg-config` to find the local version of
openssl.
fix: add perl package as required by openssl

The `openssl-sys` crate is building openssl from source and statically
linking it, building openssl from source requires perl.
@cdunster cdunster merged commit ed10372 into main Sep 5, 2024
2 checks passed
@cdunster cdunster deleted the nixos-and-direnv-setup branch September 5, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants