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 /src | |
parent | 5e3f855526644382ea69a3c26b8b7cbe9561d2a9 (diff) |
Fix more profile dirs in docs
Picking up where #8078 left off.
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/upgrade-nix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/upgrade-nix.md b/src/nix/upgrade-nix.md index 084c80ba2..08757aebd 100644 --- a/src/nix/upgrade-nix.md +++ b/src/nix/upgrade-nix.md @@ -11,7 +11,7 @@ R""( * Upgrade Nix in a specific profile: ```console - # nix upgrade-nix -p /nix/var/nix/profiles/per-user/alice/profile + # nix upgrade-nix -p ~alice/.local/state/nix/profiles/profile ``` # Description |