Skip to content

Commit f6befee

Browse files
committed
chore: remove comment
1 parent c246d97 commit f6befee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

nix/ext/wrappers/default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,6 @@ buildEnv {
241241
}
242242
243243
create_migration_sql_files() {
244-
# buildEnv creates symlinks in $out/share/postgresql/extension
245-
# But we need to write new migration files there
246-
# The Nix store is immutable at the path level, so we need to:
247-
# 1. Save all the symlinked files to a temporary location
248-
# 2. Remove the entire symlinked share/postgresql/extension tree
249-
# 3. Recreate it as real directories with actual files (not symlinks)
250-
# 4. Then we can add our migration files
251244
252245
TEMP_DIR=$(mktemp -d)
253246

0 commit comments

Comments
 (0)