From 99480990f6a89fa950bd0eae97fd0ea5b14492cc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 10 Apr 2008 07:43:49 +0000 Subject: [PATCH] * Added ncurses to the system path (mostly for the "clear" and "reset" commands). svn path=/nixos/trunk/; revision=11528 --- system/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/system.nix b/system/system.nix index 03142fde25c..87fcb630f0e 100644 --- a/system/system.nix +++ b/system/system.nix @@ -234,6 +234,7 @@ rec { pkgs.mdadm pkgs.module_init_tools pkgs.nano + pkgs.ncurses pkgs.netcat pkgs.nettools pkgs.ntp