We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8ef4b commit ca9a669Copy full SHA for ca9a669
flake.nix
@@ -13,7 +13,7 @@
13
14
devShells.default = pkgs.mkShell {
15
buildInputs = with pkgs; [
16
- cargo rustc rustfmt clippy rust-analyzer glibc cargo-dist
+ cargo rustc rustfmt clippy rust-analyzer glibc cargo-dist openssl
17
];
18
nativeBuildInputs = [ pkgs.pkg-config ];
19
env.RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
0 commit comments