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:
parent
d67db97abb
commit
0f04d36c73
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue