diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-04-26 13:57:42 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-04-26 15:39:35 +0200 |
commit | bb8e3b5d86635b318de7e2d24503eba4990d042e (patch) | |
tree | 01e450ef35174d0e7f38fe1f26c0853a15e052de /doc | |
parent | 7770d82240ffecabf0022aee21e2ba62b6d11876 (diff) |
update description on how profiles work
adapt to the example listing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/command-ref/files/user-profiles.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/manual/src/command-ref/files/user-profiles.md b/doc/manual/src/command-ref/files/user-profiles.md index 9a9ec627b..6075bf125 100644 --- a/doc/manual/src/command-ref/files/user-profiles.md +++ b/doc/manual/src/command-ref/files/user-profiles.md @@ -34,10 +34,9 @@ To migrate back to `nix-env` you can delete your current profile: ## Filesystem layout -Profiles are versioned as follows. When using profile *path*, *path* -is a symlink to *path*`-`*N*, where *N* is the current *version* of -the profile. In turn, *path*`-`*N* is a symlink to a path in the Nix -store. For example: +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. +For example: ```console $ ls -l ~alice/.local/state/nix/profiles/profile* |