From dfd4af7300ed2af108d99e0c8eb86022940d6994 Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 14 Feb 2025 15:15:11 -0500 Subject: [PATCH] overlays: pin libreoffice, unpin gotenberg --- overlays/mitigations.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overlays/mitigations.nix b/overlays/mitigations.nix index 867a406..b1ec93c 100644 --- a/overlays/mitigations.nix +++ b/overlays/mitigations.nix @@ -43,9 +43,9 @@ in { now = 1739114541; in hold now 7 stable unstable; - gotenberg = let - stable = pkgsStable.gotenberg; - unstable = prev.gotenberg; + libreoffice = let + stable = pkgsStable.libreoffice; + unstable = prev.libreoffice; now = 1739558971; in hold now 7 stable unstable;