This commit is contained in:
Elijah McMorris 2025-06-01 19:20:02 -07:00
parent 3272c8924e
commit 44e9544616
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8

View file

@ -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;