Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nix/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ learn how to play with `postgres` in the [build guide](./build-postgres.md).
## Development

- **[Nix tree structure](./nix-directory-structure.md)** - Overview of the Nix directory structure
- **[Flake-Parts Architecture](./flake-parts-architecture.md)** - Deep dive into the flake-parts module system
- **[Flake-Parts and nixpkgs lib](./flake-parts-nixpkgs-lib.md)** - How flake-parts uses nixpkgs lib foundations
- **[Development Workflow](./development-workflow.md)** - Complete development and testing workflow
- **[Build PostgreSQL](./build-postgres.md)** - Building PostgreSQL from source
- **[Receipt Files](./receipt-files.md)** - Understanding build receipts
Expand Down
5 changes: 5 additions & 0 deletions nix/docs/adding-new-package.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Adding a new extension package

!!! tip "Understanding the Module System"
To better understand how packages are organized and how `ourExtensions` works with flake-parts, see:

- **[Flake-Parts Architecture](./flake-parts-architecture.md)** - Module structure overview
- **[Flake-Parts and nixpkgs lib](./flake-parts-nixpkgs-lib.md)** - Extension composition patterns

## Pre-packaging steps
1. Make sure you have nix installed [Nix installer](https://github.com/DeterminateSystems/nix-installer)
Expand Down
Loading