Skip to content

Commit f236f36

Browse files
committed
Add OpenSSL to dependencies
1 parent 18fec27 commit f236f36

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,12 @@ platform.buildRustPackage rec {
2626
cargoLock = {
2727
lockFile = ./Cargo.lock;
2828
};
29+
30+
buildInputs = with pkgs; [
31+
openssl
32+
];
33+
34+
nativeBuildInputs = with pkgs; [
35+
pkg-config
36+
];
2937
}

0 commit comments

Comments
 (0)