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

add colons to connect listings with descriptions

This commit is contained in:
Valentin Gagarin 2023-04-26 10:57:41 +02:00
parent a1c996dc7e
commit 9d386fe2ee
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Default Nix expression
The source for the default [Nix expressions](@docroot@/language/index.md) used by [`nix-env`].
The source for the default [Nix expressions](@docroot@/language/index.md) used by [`nix-env`]:
- `~/.nix-defexpr`
- `$XDG_STATE_HOME/nix/defexpr` if [`use-xdg-base-directories`] is set to `true`.
@ -35,7 +35,7 @@ This makes all subscribed channels available as attributes in the default expres
## User channel link
A symlink that ensures that [`nix-env`] can find your channels.
A symlink that ensures that [`nix-env`] can find your channels:
- `~/.nix-defexpr/channels`
- `$XDG_STATE_HOME/defexpr/channels` if [`use-xdg-base-directories`] is set to `true`.