From 7bdd33d2bd523d9d97e124550d14af23be9fd08d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Dec 2019 16:59:35 +0100 Subject: Revert "..." This reverts commit d82248f605c486ebb25c2f421a3a6bec7d2432b0. --- custom/uucp.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom/uucp.nix b/custom/uucp.nix index 0dab8ac9..d8f1569f 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -309,8 +309,6 @@ in { source = pkgs.writeScript "${p}-nice" '' #!${pkgs.stdenv.shell} - export PATH=${pkgs.uucp}/bin:$PATH - ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ ''; owner = "root"; -- cgit v1.2.3