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

Improvements to the Nix shell. #282

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

SamirTalwar
Copy link
Contributor

What

  1. Remove the inputsFrom clause, because we want to be able to use the Nix shell to develop even when the binary is not currently building.
  2. Split runtime inputs out into buildInputs.
  3. Split large performance-testing tools out into a separate shell, called "perf".
  4. Add OpenSSL as an explicit dependency.

1. Remove the `inputsFrom` clause, because we want to be able to use the
   Nix shell to develop even when the binary is not currently building.
2. Split runtime inputs out into `buildInputs`.
3. Split large performance-testing tools out into a separate shell,
   called "perf".
4. Add OpenSSL as an explicit dependency.
@SamirTalwar SamirTalwar requested a review from plcplc February 6, 2024 14:35
@SamirTalwar SamirTalwar added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit 029c1e7 Feb 6, 2024
28 checks passed
@SamirTalwar SamirTalwar deleted the samirtalwar/better-nix-shell branch February 6, 2024 16:30
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