gpclient: keep nixpkgs-update opt-out visible (#537978)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-18 17:27:05 +00:00
committed by GitHub
+5 -1
View File
@@ -41,11 +41,15 @@ rustPlatform.buildRustPackage {
# nixpkgs-update: no auto update
inherit (gpauth)
cargoHash
meta
src
version
;
meta = gpauth.meta // {
# Re-anchor meta.position here so nixpkgs-update sees the opt-out above.
inherit (gpauth.meta) description;
};
buildAndTestSubdir = "apps/gpclient";
nativeBuildInputs = [