11 current 2025-01-09 15:16:39 24.11.711867.6c90912761c4 6.6.67 *

This commit is contained in:
deadvey 2025-01-09 15:16:41 +00:00
parent 2c76a17ef4
commit 6c28579be9

View File

@ -121,6 +121,10 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.variables = {
PKG_CONFIG_PATH = "/run/current-system/sw/lib/pkgconfig";
OPENSSL_DIR = "/run/current-system/sw/lib";
};
environment.systemPackages = with pkgs; [
openssl
cargo