Skip to content

docs: updated nix directory structure#1975

Closed
VirenderNayal wants to merge 1 commit into
supabase:developfrom
VirenderNayal:docs/nix-dir-structure
Closed

docs: updated nix directory structure#1975
VirenderNayal wants to merge 1 commit into
supabase:developfrom
VirenderNayal:docs/nix-dir-structure

Conversation

@VirenderNayal

Copy link
Copy Markdown

What kind of change does this PR introduce?

Updates the Nix Directory Structure documentation.

What is the current behavior?

Closes #1957

The current doc says there exists default.nix file under nix/ext/ and it contains extension registry:

default.nix` - Extension registry and ourExtensions list

but default.nix does not exist in nix/ext/ and ourExtensions list exists in nix/packages/postgres.nix

What is the new behavior?

  • Added postgres.nix under nix/packages/
  • Removed default.nix under nix/ext/

@VirenderNayal
VirenderNayal requested review from a team as code owners December 10, 2025 10:18

@brainrake brainrake left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, the extensions are indeed in postgres.nix

@brainrake

brainrake commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Closing — this fix is landing via #2286 (adds postgres.nix to the nix/packages/ list and removes the stale nix/ext/default.nix entry). Thanks for the contribution, and apologies it sat so long!

@brainrake brainrake closed this Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Nix Directory Structure doc

3 participants