home: set CARGO_TARGET_DIR to ~/.target/

This commit is contained in:
Elnu 2023-07-03 13:34:01 -07:00
parent 52fcc4221c
commit 261e1f4484

View file

@ -80,6 +80,9 @@ in
home = {
username = "${user}";
homeDirectory = "/home/${user}";
sessionVariables = {
CARGO_TARGET_DIR = "$HOME/.target/";
};
stateVersion = "22.05";
};