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