From 6c28579be964e5a5efd9a480849043c82549c8b8 Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 9 Jan 2025 15:16:41 +0000 Subject: [PATCH] 11 current 2025-01-09 15:16:39 24.11.711867.6c90912761c4 6.6.67 * --- nixos/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 2f68846..c9738a6 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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