From 09ec8c3554521b48e00cb9e02644111e0ac40fd8 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 5 Jan 2023 11:11:22 +0100 Subject: [PATCH] Add 'overlays/transmission.nix' --- overlays/transmission.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 overlays/transmission.nix diff --git a/overlays/transmission.nix b/overlays/transmission.nix new file mode 100644 index 0000000..3294870 --- /dev/null +++ b/overlays/transmission.nix @@ -0,0 +1,8 @@ +self: super: +{ + transmission = (super.transmission.overrideAttrs (oA: { + patches = []; + })).override { + openssl = super.openssl_legacy; + }; +} \ No newline at end of file