mitigations: hold nwg-displays to nixpkgs stable
This commit is contained in:
parent
36c7242d30
commit
f2300f0689
@ -37,27 +37,10 @@ in {
|
|||||||
|
|
||||||
gimp-with-plugins = gimp-with-plugins-good;
|
gimp-with-plugins = gimp-with-plugins-good;
|
||||||
|
|
||||||
easyeffects = let
|
nwg-displays = let
|
||||||
stable = pkgsStable.easyeffects;
|
stable = pkgsStable.nwg-displays;
|
||||||
unstable = prev.easyeffects;
|
unstable = prev.nwg-displays;
|
||||||
in if updateTime < 1726148749 then stable else unstable;
|
now = 1739114541;
|
||||||
|
|
||||||
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;
|
|
||||||
in hold now 7 stable unstable;
|
in hold now 7 stable unstable;
|
||||||
|
|
||||||
redlib = let
|
redlib = let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user