From 0986b7fe1cae81ad9523bddb6ec851380b81e63d Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 9 Jul 2023 22:24:25 +0300 Subject: shell.nix: add openssl --- shell.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/shell.nix b/shell.nix index e22e25f..5438e35 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,8 @@ , cargo-watch, cargo-edit, cargo-outdated , cargo-crev, cargo-audit , xh, systemfd, tokio-console, sqlx-cli -, pkg-config, protobuf, typescript, typescript-language-server +, pkg-config, protobuf, openssl +, typescript, typescript-language-server }: mkShell { name = "rust-dev-shell"; @@ -12,8 +13,8 @@ mkShell { cargo-watch cargo-edit cargo-outdated cargo-crev cargo-audit sqlx-cli xh systemfd typescript typescript-language-server - #tokio-console - # required for tokio-console's console-subscriber - #pkg-config protobuf + # protobuf is required for tokio-console's console-subscriber + #tokio-console protobuf + pkg-config openssl ]; } -- cgit 1.4.1