1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-07-14 16:00:36 +03:00

Type: TERMINFO_DIRS not TERMINFO

This commit is contained in:
Nathan Henrie 2022-10-20 14:49:26 -06:00
parent ed993c5038
commit 6b73d2c605

View File

@ -5,6 +5,6 @@ with lib;
{
test = ''
echo checking /usr/share/terminfo in environment >&2
grep 'export TERMINFO=.*:/usr/share/terminfo' ${config.system.build.setEnvironment}
grep 'export TERMINFO_DIRS=.*:/usr/share/terminfo' ${config.system.build.setEnvironment}
'';
}