pg-schema-diff: only build the pg-schema-diff binary

This commit is contained in:
bitbloxhub
2026-01-31 18:16:19 +00:00
parent 3830840cf0
commit f440faaa51
@@ -15,6 +15,10 @@ buildGoModule (finalAttrs: {
hash = "sha256-MNuJS9zhTbF6FY1i5fF5VhX8pa+hVaQfdAaj3CKmG50=";
};
subPackages = [
"cmd/pg-schema-diff"
];
nativeCheckInputs = [
postgresql
];