home: set CARGO_TARGET_DIR to ~/.target/
This commit is contained in:
parent
52fcc4221c
commit
261e1f4484
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ in
|
|||
home = {
|
||||
username = "${user}";
|
||||
homeDirectory = "/home/${user}";
|
||||
sessionVariables = {
|
||||
CARGO_TARGET_DIR = "$HOME/.target/";
|
||||
};
|
||||
|
||||
stateVersion = "22.05";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue