1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

move manifest information to the bottom of the page

This commit is contained in:
Valentin Gagarin 2023-04-26 15:37:23 +02:00
parent be7c236565
commit da0dbf36cb
2 changed files with 20 additions and 20 deletions

View file

@ -28,7 +28,7 @@ For example, if the default expression contains two files, `foo.nix` and `bar.ni
}
```
The file `manifest.nix` is always ignored.
The file [`manifest.nix`](@docroot@/command-ref/files/user-profiles.md#manifest.nix) 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.