From 3b97ca6943acfad1ff8573a2a0c465ece35d1685 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 26 Apr 2025 18:38:30 -0400 Subject: [PATCH] overlays/mitigations: gotenberg --- overlays/mitigations.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/overlays/mitigations.nix b/overlays/mitigations.nix index 96d6500..441ac82 100644 --- a/overlays/mitigations.nix +++ b/overlays/mitigations.nix @@ -82,6 +82,13 @@ in hold now 7 stable unstable; + gotenberg = let + stable = pkgsStable.gotenberg; + unstable = prev.gotenberg; + now = 1745707083; + in + hold now 90 stable unstable; + redlib = let redlib-new = final.callPackage nixfiles.packages.${prev.system}.redlib.override {}; inherit (prev) redlib;