From 1dfd6169f81483abd842d2222da8135bac59a868 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Sun, 5 Apr 2026 18:27:25 -0400 Subject: [PATCH] nix: unset JAY_CONFIG_DIR in shell hook to avoid development environment from getting tangled with regular environment --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 86116f1e..53cc8f43 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,10 @@ SHADERC_LIB_DIR = "${pkgs.lib.getLib pkgs.shaderc}/lib"; + shellHook = '' + unset JAY_CONFIG_DIR + ''; + LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath ( with pkgs; [