From 344a3c2437fe3b60e063e8571c370808375a14a4 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 3 Jun 2026 18:29:00 -0400 Subject: [PATCH] gpclient: disable automatic update --- pkgs/by-name/gp/gpclient/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/gp/gpclient/package.nix b/pkgs/by-name/gp/gpclient/package.nix index bdd6c40375ac..c29407821041 100644 --- a/pkgs/by-name/gp/gpclient/package.nix +++ b/pkgs/by-name/gp/gpclient/package.nix @@ -26,6 +26,9 @@ rustPlatform.buildRustPackage { pname = "gpclient"; + # Keep automatic updates anchored on gpauth so the bot updates both + # package outputs in one PR. + # nixpkgs-update: no auto update inherit (gpauth) cargoHash meta