Skip to content

Commit

Permalink
fixup! [#201] Deduce profile directory during activation
Browse files Browse the repository at this point in the history
  • Loading branch information
rvem committed Sep 11, 2023
1 parent 6c7086d commit 56d5497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ This is the core of how `deploy-rs` was designed, any number of these can run on
# `/nix/var/nix/profiles/per-user/root/$PROFILE_NAME` if profile name is different.
# For non-root profiles will default to /nix/var/nix/profiles/per-user/$USER/$PROFILE_NAME if `/nix/var/nix/profiles/per-user/$USER` already exists,
# and `${XDG_STATE_HOME:-$HOME/.local/state}/nix/profiles/$PROFILE_NAME` otherwise.
profilePath = "/nix/var/nix/profiles/per-user/someuser/someprofile";
profilePath = "/home/someuser/.local/state/nix/profiles/someprofile";
# ...generic options... (see lower section)
}
Expand Down

0 comments on commit 56d5497

Please sign in to comment.