From aadf243f82e895be08df5e683a3228889d33f452 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Dec 2019 16:55:34 +0100 Subject: ... --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index 4e591970..d8f1569f 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -309,7 +309,7 @@ in { source = pkgs.writeScript "${p}-nice" '' #!${pkgs.stdenv.shell} - ${pkgs.utillinux}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ + ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ ''; owner = "root"; group = "root"; -- cgit v1.2.3