Skip to content

Commit

Permalink
add openssl (#106)
Browse files Browse the repository at this point in the history
* switch to devenv, lot of nice stuffs and better dev environment

* add openssl which is needed by rust openssl lib

---------

Signed-off-by: Suraj <suraj@ghishadow.com>
  • Loading branch information
ghishadow authored Jul 11, 2023
1 parent cf47e17 commit b187f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
use flake
source_url "https://raw.githubusercontent.com/cachix/devenv/d1f7b48e35e6dee421cfd0f51481d17f77586997/direnvrc" "sha256-YBzqskFZ
xmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0="

use devenv
4 changes: 1 addition & 3 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

{

packages = with pkgs; [ git ];


packages = with pkgs; [ git openssl ];

# https://devenv.sh/languages/
languages.nix.enable = true;
Expand Down

0 comments on commit b187f17

Please sign in to comment.