diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-03-27 12:05:43 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-03-27 12:10:32 -0400 |
commit | 8df6f7bb0ff98f206e46c2aa7073bfcb02ee750a (patch) | |
tree | 16f75ad69aa249bcd42febc34f26a2963700d041 /doc/manual/src/command-ref/nix-store.md | |
parent | 5e3f855526644382ea69a3c26b8b7cbe9561d2a9 (diff) |
Fix more profile dirs in docs
Picking up where #8078 left off.
Diffstat (limited to 'doc/manual/src/command-ref/nix-store.md')
-rw-r--r-- | doc/manual/src/command-ref/nix-store.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-store.md b/doc/manual/src/command-ref/nix-store.md index 17cbd0461..4a9acb0f6 100644 --- a/doc/manual/src/command-ref/nix-store.md +++ b/doc/manual/src/command-ref/nix-store.md @@ -493,7 +493,7 @@ depends on `svn`: $ nix-store -q --roots $(which svn) /nix/var/nix/profiles/default-81-link /nix/var/nix/profiles/default-82-link -/nix/var/nix/profiles/per-user/eelco/profile-97-link +/home/eelco/.local/state/nix/profiles/profile-97-link ``` # Operation `--add` |