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 c246d97 commit f6befeeCopy full SHA for f6befee
nix/ext/wrappers/default.nix
@@ -241,13 +241,6 @@ buildEnv {
241
}
242
243
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
251
252
TEMP_DIR=$(mktemp -d)
253
0 commit comments