forked from lix-project/lix
increase heading level
otherwise the headings won't match at the point where they are included. this is a bit hacky and brittle, but works for now.
This commit is contained in:
parent
bb8e3b5d86
commit
219aaf5a0b
|
@ -1,4 +1,4 @@
|
|||
# Channels
|
||||
## Channels
|
||||
|
||||
A directory containing symlinks to Nix channels, managed by [`nix-channel`]:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Default Nix expression
|
||||
## Default Nix expression
|
||||
|
||||
The source for the default [Nix expressions](@docroot@/language/index.md) used by [`nix-env`]:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# User profile link
|
||||
## User profile link
|
||||
|
||||
A symbolic link to the user's current profile.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# User profiles
|
||||
## User profiles
|
||||
|
||||
A directory that contains links to user profiles managed by [`nix-env`] and [`nix profile`]:
|
||||
|
||||
|
@ -7,7 +7,7 @@ A directory that contains links to user profiles managed by [`nix-env`] and [`ni
|
|||
|
||||
A profile is a directory of symlinks to files in the Nix store.
|
||||
|
||||
## Profile compatibility
|
||||
### Profile compatibility
|
||||
|
||||
> **Warning**
|
||||
>
|
||||
|
@ -32,7 +32,7 @@ To migrate back to `nix-env` you can delete your current profile:
|
|||
$ rm -rf "${XDG_STATE_HOME-$HOME/.local/state}/nix/profiles/profile"
|
||||
```
|
||||
|
||||
## Filesystem layout
|
||||
### Filesystem layout
|
||||
|
||||
Profiles are versioned as follows. When using a profile named *path*, *path* is a symlink to *path*`-`*N*`-link`, where *N* is the version of the profile.
|
||||
In turn, *path*`-`*N*`-link` is a symlink to a path in the Nix store.
|
||||
|
|
Loading…
Reference in a new issue