revert: fix(devshell): pin pycurl to stable

This commit is contained in:
Infinidoge 2022-06-03 01:37:42 -04:00
parent 56e43fc233
commit eaaf2db581

View file

@ -9,15 +9,6 @@ channels: final: prev: {
polymc
;
# https://github.com/NixOS/nixpkgs/issues/167579
python39Packages = prev.python39Packages.override
(old: {
overrides = prev.lib.composeExtensions (old.overrides or (_: _: { }))
(py39final: py39prev: {
inherit (channels.latest.python39Packages) pycurl;
});
});
qtile = prev.qtile.override {
python3 = final.python310;
python3Packages = final.python310Packages;