mitigations: hold nwg-displays to nixpkgs stable

This commit is contained in:
NullBite 2025-02-09 10:24:41 -05:00
parent 36c7242d30
commit f2300f0689
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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