Skip to content

Commit 3f94a7e

Browse files
committed
chore: deactivate sync-exts-versions
1 parent 5699cf5 commit 3f94a7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,8 @@
847847
start-client = mkApp "start-client" "start-postgres-client";
848848
start-replica = mkApp "start-replica" "start-postgres-replica";
849849
migrate-postgres = mkApp "migrate-tool" "migrate-postgres";
850-
sync-exts-versions = mkApp "sync-exts-versions" "sync-exts-versions";
850+
# deactivated for now.
851+
# sync-exts-versions = mkApp "sync-exts-versions" "sync-exts-versions";
851852
pg-restore = mkApp "pg-restore" "pg-restore";
852853
local-infra-bootstrap = mkApp "local-infra-bootstrap" "local-infra-bootstrap";
853854
dbmate-tool = mkApp "dbmate-tool" "dbmate-tool";

0 commit comments

Comments
 (0)