diff options
-rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index d1362b10..6218cc62 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -172,7 +172,7 @@ in { | |||
172 | 172 | ||
173 | environment.systemPackages = with pkgs; [ | 173 | environment.systemPackages = with pkgs; [ |
174 | uucp | 174 | uucp |
175 | (stdenv.lib.mkDerivation { | 175 | (stdenv.mkDerivation { |
176 | name = "rmail"; | 176 | name = "rmail"; |
177 | src = pkgs.writeScript "rmail" '' | 177 | src = pkgs.writeScript "rmail" '' |
178 | #!${pkgs.stdenv.shell} | 178 | #!${pkgs.stdenv.shell} |