From 03dbb4e096c7b85e11a91d6ea65ed6171a45536e Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Fri, 14 Feb 2025 13:50:11 -0500
Subject: [PATCH] overlays: hold gotenberg

---
 overlays/mitigations.nix | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/overlays/mitigations.nix b/overlays/mitigations.nix
index 6d9475e..867a406 100644
--- a/overlays/mitigations.nix
+++ b/overlays/mitigations.nix
@@ -43,6 +43,12 @@ in {
     now = 1739114541;
   in hold now 7 stable unstable;
 
+  gotenberg = let
+    stable = pkgsStable.gotenberg;
+    unstable = prev.gotenberg;
+    now = 1739558971;
+  in hold now 7 stable unstable;
+
   redlib = let
     redlib-new = final.callPackage nixfiles.packages.${prev.system}.redlib.override {};
     inherit (prev) redlib;