From 3a28ab1e8a633df9b0f29d4ed13d8f841f6bcff1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 24 Jun 2023 09:52:32 -0700 Subject: [PATCH] nix: add ncurses so we have access to tic, infocmp, etc. --- nix/devshell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/devshell.nix b/nix/devshell.nix index e606c091d..1f627c5ac 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -4,6 +4,7 @@ , flatpak-builder , gdb , glxinfo +, ncurses , nodejs , parallel , pkg-config @@ -67,6 +68,7 @@ in mkShell rec { nativeBuildInputs = [ # For builds llvmPackages_latest.llvm + ncurses pkg-config scdoc zig