🐛 fix: add openssl runtime dependencies (#451)
- OpenSSL dependencies are usually readily available for non-Nix distros but not for NixOS users.
This commit is contained in:
parent
c698f4e0ef
commit
b95c3c8afe
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
|||
rustPackages.clippy
|
||||
rustc
|
||||
yamllint
|
||||
openssl
|
||||
pkg-config
|
||||
];
|
||||
RUST_SRC_PATH = rustPlatform.rustLibSrc;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue