pg-schema-diff: only build the pg-schema-diff binary (#480117)

This commit is contained in:
Sandro
2026-02-01 20:11:54 +00:00
committed by GitHub
@@ -15,6 +15,10 @@ buildGoModule (finalAttrs: {
hash = "sha256-MNuJS9zhTbF6FY1i5fF5VhX8pa+hVaQfdAaj3CKmG50=";
};
subPackages = [
"cmd/pg-schema-diff"
];
nativeCheckInputs = [
postgresql
];