Unverified Commit 3cac87bb authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 84d88ea1 f440faaa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ buildGoModule (finalAttrs: {
    hash = "sha256-MNuJS9zhTbF6FY1i5fF5VhX8pa+hVaQfdAaj3CKmG50=";
  };

  subPackages = [
    "cmd/pg-schema-diff"
  ];

  nativeCheckInputs = [
    postgresql
  ];