Skip to content

Commit

Permalink
add openssl to LD_LIBRARY_PATH for doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobsonchase committed Oct 14, 2024
1 parent 5236b84 commit f267b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
inputs.fenix.overlays.default
];
};
lib = nixpkgs.lib;
toolchain = pkgs.fenix.complete.withComponents [
"cargo"
"clippy"
Expand Down Expand Up @@ -61,6 +62,7 @@
cargo-udeps
];
RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.openssl ];
};
}
);
Expand Down

0 comments on commit f267b9a

Please sign in to comment.