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