summaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorNathan Henrie <nate@n8henrie.com>2022-10-19 15:09:28 -0600
committerNathan Henrie <nate@n8henrie.com>2022-10-19 15:09:28 -0600
commited993c5038330c9dc0caf08bef7b64fc2f942f75 (patch)
tree7d1e29d81015b3408ee76c3484fa848da53179e5 /release.nix
parentef56fd8979b5f4e800c4716f62076e00600b1172 (diff)
Add system terminfo to TERMINFO_DIRS by default
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 4e5b093..56a0663 100644
--- a/release.nix
+++ b/release.nix
@@ -101,6 +101,7 @@ let
tests.autossh = makeTest ./tests/autossh.nix;
tests.checks-nix-gc = makeTest ./tests/checks-nix-gc.nix;
tests.environment-path = makeTest ./tests/environment-path.nix;
+ tests.environment-terminfo = makeTest ./tests/environment-terminfo.nix;
tests.homebrew = makeTest ./tests/homebrew.nix;
tests.launchd-daemons = makeTest ./tests/launchd-daemons.nix;
tests.launchd-setenv = makeTest ./tests/launchd-setenv.nix;