revert: fix(devshell): pin pycurl to stable
This commit is contained in:
parent
56e43fc233
commit
eaaf2db581
1 changed files with 0 additions and 9 deletions
|
@ -9,15 +9,6 @@ channels: final: prev: {
|
||||||
polymc
|
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 {
|
qtile = prev.qtile.override {
|
||||||
python3 = final.python310;
|
python3 = final.python310;
|
||||||
python3Packages = final.python310Packages;
|
python3Packages = final.python310Packages;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue