From 386f7cd690f6983a134cc641fa603613faae8dc7 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 2 Nov 2024 20:45:41 -0700 Subject: [PATCH] allow https stuff --- rust/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/flake.nix b/rust/flake.nix index c5f0be6..d0dae53 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -18,6 +18,8 @@ cargo rust-analyzer rustup + openssl.dev + pkg-config ]; }; }