fix: ensure openssl is available to build the project

This commit is contained in:
silver 2023-08-20 16:24:25 +01:00
parent bfef964084
commit 32d693fa8c

View file

@ -38,7 +38,7 @@
# `nix develop`
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ rustc cargo ];
nativeBuildInputs = with pkgs; [ rustc cargo pkg-config openssl];
};
nixosModule = { lib, pkgs, config, ... }: