From f440faaa51deb108c7ff27fb6a91642cd6e4c53f Mon Sep 17 00:00:00 2001 From: bitbloxhub <45184892+bitbloxhub@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:47:33 +0000 Subject: [PATCH] pg-schema-diff: only build the pg-schema-diff binary --- pkgs/by-name/pg/pg-schema-diff/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/pg/pg-schema-diff/package.nix b/pkgs/by-name/pg/pg-schema-diff/package.nix index e2f1d37d8e3a..47ac0af6335b 100644 --- a/pkgs/by-name/pg/pg-schema-diff/package.nix +++ b/pkgs/by-name/pg/pg-schema-diff/package.nix @@ -15,6 +15,10 @@ buildGoModule (finalAttrs: { hash = "sha256-MNuJS9zhTbF6FY1i5fF5VhX8pa+hVaQfdAaj3CKmG50="; }; + subPackages = [ + "cmd/pg-schema-diff" + ]; + nativeCheckInputs = [ postgresql ];