overrides: use electron 25 for schildichat

This commit is contained in:
Infinidoge 2023-10-26 00:16:11 -04:00
parent ba7ed51123
commit 0438460d1e

View file

@ -18,6 +18,8 @@ in
inherit (stable)
;
schildichat-desktop = prev.schildichat-desktop.override { electron = final.electron_25; };
python3 = prev.python3.override {
packageOverrides = pythonFinal: pythonPrev: {
qtile = pythonPrev.qtile.overrideAttrs (oldAttrs: {