fix: ensire library is properly unset
This commit is contained in:
parent
34fe15863f
commit
79fcefb378
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue