1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Remove default Nix expression doc from summary

This commit is contained in:
Luc Perkins 2025-03-05 17:45:11 -03:00
parent d67db97abb
commit 0f04d36c73
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5
2 changed files with 1 additions and 2 deletions

View file

@ -101,7 +101,6 @@
- [Profiles](command-ref/files/profiles.md) - [Profiles](command-ref/files/profiles.md)
- [manifest.nix](command-ref/files/manifest.nix.md) - [manifest.nix](command-ref/files/manifest.nix.md)
- [manifest.json](command-ref/files/manifest.json.md) - [manifest.json](command-ref/files/manifest.json.md)
- [Default Nix expression](command-ref/files/default-nix-expression.md)
- [Architecture and Design](architecture/architecture.md) - [Architecture and Design](architecture/architecture.md)
- [Formats and Protocols](protocols/index.md) - [Formats and Protocols](protocols/index.md)
- [JSON Formats](protocols/json/index.md) - [JSON Formats](protocols/json/index.md)

View file

@ -86,7 +86,7 @@ struct EvalSettings : Config
- `$HOME/.nix-defexpr/channels` - `$HOME/.nix-defexpr/channels`
The [user channel link](@docroot@/command-ref/files/default-nix-expression.md#user-channel-link), pointing to the current state of [channels](@docroot@/command-ref/files/channels.md) for the current user. The user channel link pointing to the current state of channels for the current user.
- `nixpkgs=$NIX_STATE_DIR/profiles/per-user/root/channels/nixpkgs` - `nixpkgs=$NIX_STATE_DIR/profiles/per-user/root/channels/nixpkgs`