We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5699cf5 commit 3f94a7eCopy full SHA for 3f94a7e
flake.nix
@@ -847,7 +847,8 @@
847
start-client = mkApp "start-client" "start-postgres-client";
848
start-replica = mkApp "start-replica" "start-postgres-replica";
849
migrate-postgres = mkApp "migrate-tool" "migrate-postgres";
850
- sync-exts-versions = mkApp "sync-exts-versions" "sync-exts-versions";
+ # deactivated for now.
851
+ # sync-exts-versions = mkApp "sync-exts-versions" "sync-exts-versions";
852
pg-restore = mkApp "pg-restore" "pg-restore";
853
local-infra-bootstrap = mkApp "local-infra-bootstrap" "local-infra-bootstrap";
854
dbmate-tool = mkApp "dbmate-tool" "dbmate-tool";
0 commit comments