From cba4d20280d286cdcd8d07bb9b721978d2c6f883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 16 Dec 2012 16:03:38 +0100 Subject: [PATCH] Setting the system utillinux to be utillinuxCurses. The live-dvd was set that way already. I think some utillinux pieces may be nicer, or have more tools. I don't know the details though. --- modules/config/system-path.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix index 38e5f076bcf..85b16d50406 100644 --- a/modules/config/system-path.nix +++ b/modules/config/system-path.nix @@ -55,7 +55,7 @@ let pkgs.time pkgs.udev pkgs.usbutils - pkgs.utillinux + pkgs.utillinuxCurses extraManpages ];