tweak(qtile): pin to Python 3.10
This commit is contained in:
parent
d4f2cdd30e
commit
f8e28a46bd
1 changed files with 5 additions and 0 deletions
|
@ -13,4 +13,9 @@ channels: final: prev: {
|
||||||
inherit (channels.latest.python39Packages) pycurl;
|
inherit (channels.latest.python39Packages) pycurl;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
qtile = prev.qtile.override {
|
||||||
|
python3 = final.python310;
|
||||||
|
python3Packages = final.python310Packages;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue