add openssl and pkg-config to rust

This commit is contained in:
sadan 2025-06-24 13:28:49 -04:00
parent bf9382b18f
commit 6b79323a65
No known key found for this signature in database

View file

@ -4,6 +4,9 @@
packages = with pkgs; [
rustup
cargo-watch
openssl
# needed to use openssl
pkg-config
];
};
programs = {