mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Type: TERMINFO_DIRS not TERMINFO
This commit is contained in:
parent
ed993c5038
commit
6b73d2c605
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ with lib;
|
||||||
{
|
{
|
||||||
test = ''
|
test = ''
|
||||||
echo checking /usr/share/terminfo in environment >&2
|
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}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue