mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
display documentation on manifest files separately
it's probably better not to show the manifest file documentation in the command-specific pages, because these are implementation details that are not really practically useful. this means no additional hassle for building the manual, but clutters the table of contents a bit.
This commit is contained in:
parent
da0dbf36cb
commit
f8620758aa
12 changed files with 257 additions and 270 deletions
|
@ -28,7 +28,7 @@ For example, if the default expression contains two files, `foo.nix` and `bar.ni
|
|||
}
|
||||
```
|
||||
|
||||
The file [`manifest.nix`](@docroot@/command-ref/files/user-profiles.md#manifest.nix) is always ignored.
|
||||
The file [`manifest.nix`](@docroot@/command-ref/files/manifest.nix.md) is always ignored.
|
||||
|
||||
The command [`nix-channel`] places a symlink to the user's current [channels profile](@docroot@/command-ref/files/channels.md) in this directory.
|
||||
This makes all subscribed channels available as attributes in the default expression.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue