tweak(qtile): pin to Python 3.10

This commit is contained in:
Infinidoge 2022-04-23 01:14:44 -04:00
parent d4f2cdd30e
commit f8e28a46bd

View file

@ -13,4 +13,9 @@ channels: final: prev: {
inherit (channels.latest.python39Packages) pycurl;
});
});
qtile = prev.qtile.override {
python3 = final.python310;
python3Packages = final.python310Packages;
};
}