nix: unset JAY_CONFIG_DIR in shell hook to avoid development environment from getting tangled with regular environment
This commit is contained in:
parent
dc51a79777
commit
1dfd6169f8
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@
|
||||||
|
|
||||||
SHADERC_LIB_DIR = "${pkgs.lib.getLib pkgs.shaderc}/lib";
|
SHADERC_LIB_DIR = "${pkgs.lib.getLib pkgs.shaderc}/lib";
|
||||||
|
|
||||||
|
shellHook = ''
|
||||||
|
unset JAY_CONFIG_DIR
|
||||||
|
'';
|
||||||
|
|
||||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (
|
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue