Skip to content

Commit

Permalink
Add documentation for building on NixOS (option 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Aug 27, 2023
1 parent 03bc819 commit f833715
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openssl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
//!
//! # Alpine Linux
//! $ apk add pkgconfig openssl-dev
//!
//! # NixOS (shell.nix)
//! { pkgs ? import <nixpkgs> {} }: pkgs.mkShell { nativeBuildInputs = [ pkgs.pkgconfig ]; buildInputs = [ pkgs.openssl ]; }
//! ```
//!
//! ## Manual
Expand Down

0 comments on commit f833715

Please sign in to comment.