Skip to content

Commit

Permalink
Nixos and direnv setup (#87)
Browse files Browse the repository at this point in the history
* chore: add support for direnv to use nix flake devShell

* docs: fix typo in readme

* 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.
  • Loading branch information
cdunster authored Sep 5, 2024
1 parent e13931b commit ed10372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ behaviour by different agents.
> Writing scenarios requires some knowledge of `wind-tunnel`'s methodology. That is assumed knowledge for this section!
Writing a Wind Tunnel scenario is relatively straight forward. The complexity is mostly in the measurement and analysis of the system
once the scenario is running. To begin, you need a Rust project that with a single binary target.
once the scenario is running. To begin, you need a Rust project with a single binary target.

`cargo new --bin --edition 2021 my_scenario`

Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
pkgs.httpie
pkgs.shellcheck
pkgs.statix
pkgs.perl
inputs'.holonix.packages.holochain
inputs'.holonix.packages.lair-keystore
inputs'.holonix.packages.hn-introspect
Expand Down

0 comments on commit ed10372

Please sign in to comment.