fix: ensire library is properly unset

This commit is contained in:
silver 2023-10-11 09:17:40 +01:00
parent 34fe15863f
commit 79fcefb378

View file

@ -97,7 +97,7 @@
pkgs.buildPackages.nmap pkgs.buildPackages.nmap
]; ];
buildInputs = [agenix.packages.x86_64-linux.default]; buildInputs = [agenix.packages.x86_64-linux.default];
shellHook = ''export EDITOR="${pkgs.nano}/bin/nano --nonewlines"''; shellHook = ''export EDITOR="${pkgs.nano}/bin/nano --nonewlines"; unset LD_LIBRARY_PATH;'';
}; };
colmena = { colmena = {