Skip to content

Commit ca9a669

Browse files
committed
add openssl to devShell for cargo run
1 parent 9a8ef4b commit ca9a669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
devShells.default = pkgs.mkShell {
1515
buildInputs = with pkgs; [
16-
cargo rustc rustfmt clippy rust-analyzer glibc cargo-dist
16+
cargo rustc rustfmt clippy rust-analyzer glibc cargo-dist openssl
1717
];
1818
nativeBuildInputs = [ pkgs.pkg-config ];
1919
env.RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";

0 commit comments

Comments
 (0)