diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:59:35 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-23 16:59:35 +0100 |
| commit | 7bdd33d2bd523d9d97e124550d14af23be9fd08d (patch) | |
| tree | be6a326e850f43d195d19821af0f5e7470994870 | |
| parent | d82248f605c486ebb25c2f421a3a6bec7d2432b0 (diff) | |
| download | nixos-7bdd33d2bd523d9d97e124550d14af23be9fd08d.tar nixos-7bdd33d2bd523d9d97e124550d14af23be9fd08d.tar.gz nixos-7bdd33d2bd523d9d97e124550d14af23be9fd08d.tar.bz2 nixos-7bdd33d2bd523d9d97e124550d14af23be9fd08d.tar.xz nixos-7bdd33d2bd523d9d97e124550d14af23be9fd08d.zip | |
Revert "..."
This reverts commit d82248f605c486ebb25c2f421a3a6bec7d2432b0.
| -rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 0 insertions, 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 { | |||
| 309 | source = pkgs.writeScript "${p}-nice" '' | 309 | source = pkgs.writeScript "${p}-nice" '' |
| 310 | #!${pkgs.stdenv.shell} | 310 | #!${pkgs.stdenv.shell} |
| 311 | 311 | ||
| 312 | export PATH=${pkgs.uucp}/bin:$PATH | ||
| 313 | |||
| 314 | ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ | 312 | ${pkgs.coreutils}/bin/nice -n 15 ${pkgs.utillinux}/bin/ionice -c 3 ${pkgs.uucp}/bin/${p} $@ |
| 315 | ''; | 313 | ''; |
| 316 | owner = "root"; | 314 | owner = "root"; |
