From 2b2932c34beca918aeb8ccf87a414a96f37d3e50 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sat, 23 Nov 2024 00:32:56 +0000 Subject: [PATCH] 43 current 2024-11-23 00:25:54 24.05.6463.83fb6c028368 6.6.59 * --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 15e2d4a..dcdc812 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -85,7 +85,7 @@ }; # PKG config - shellHook = '' + pkgs.mkShell.shellHook = '' export PKG_CONFIG_PATH=${pkgs.gtkmm4}/lib/pkgconfig:$PKG_CONFIG_PATH '';