openssl
This commit is contained in:
parent
3272c8924e
commit
44e9544616
1 changed files with 7 additions and 0 deletions
|
@ -97,10 +97,12 @@
|
|||
libiconv
|
||||
openssl
|
||||
pkg-config
|
||||
|
||||
cargo-nextest
|
||||
cargo-insta
|
||||
cargo-edit
|
||||
cargo-update
|
||||
cargo-binstall
|
||||
sea-orm-cli
|
||||
bacon
|
||||
zola
|
||||
|
@ -191,6 +193,11 @@
|
|||
# Necessary for using flakes on this system.
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
||||
# Configure environment variables for OpenSSL
|
||||
environment.variables = {
|
||||
LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [ openssl ];
|
||||
};
|
||||
|
||||
# Enable alternative shell support in nix-darwin.
|
||||
programs.zsh.enable = true;
|
||||
# programs.fish.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue