python3Packages.qtile{,extra}: disable auto-update (#481787)

This commit is contained in:
Yohann Boniface
2026-01-20 01:11:52 +00:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
@@ -25,6 +25,8 @@
buildPythonPackage rec {
pname = "qtile-extras";
version = "0.34.1";
# nixpkgs-update: no auto update
# should be updated alongside with `qtile`
pyproject = true;
src = fetchFromGitHub {
@@ -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 {