From f2300f0689e9273b3f48f83077414c79028a9fa6 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 9 Feb 2025 10:24:41 -0500 Subject: [PATCH] mitigations: hold nwg-displays to nixpkgs stable --- overlays/mitigations.nix | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/overlays/mitigations.nix b/overlays/mitigations.nix index baeb1e4..6d9475e 100644 --- a/overlays/mitigations.nix +++ b/overlays/mitigations.nix @@ -37,27 +37,10 @@ in { gimp-with-plugins = gimp-with-plugins-good; - easyeffects = let - stable = pkgsStable.easyeffects; - unstable = prev.easyeffects; - in if updateTime < 1726148749 then stable else unstable; - - compsize = let - stable = pkgsStable.compsize; - unstable = prev.compsize; - now = 1724786296; - in hold now 7 stable unstable; - - qgis = let - stable = pkgsStable.qgis; - unstable = prev.qgis; - now = 1733871491; - in hold now 7 stable unstable; - - rmlint = let - stable = pkgsStable.rmlint; - unstable = prev.rmlint; - now = 1736384218; + nwg-displays = let + stable = pkgsStable.nwg-displays; + unstable = prev.nwg-displays; + now = 1739114541; in hold now 7 stable unstable; redlib = let