Commit f440faaa authored by bitbloxhub's avatar bitbloxhub
Browse files

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

parent 3830840c
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
  ];