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;