python3Packages.qtile: disable auto update

This commit is contained in:
Sigmanificient
2026-01-20 00:41:26 +01:00
parent a131cdd65f
commit f3b9012c16
@@ -39,6 +39,9 @@
buildPythonPackage (finalAttrs: {
pname = "qtile";
version = "0.34.1";
# nixpkgs-update: no auto update
# should be updated alongside with `qtile-extras`
pyproject = true;
src = fetchFromGitHub {