fix envvar using home path
This commit is contained in:
parent
1c72a8d23f
commit
0a90206123
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
};
|
||||
sessionVariables = {
|
||||
# https://nodejs.org/docs/latest/api/cli.html#node_compile_cachedir
|
||||
NODE_COMPILE_CACHE = "~/.node-compile-cache";
|
||||
NODE_COMPILE_CACHE = "$HOME/.node-compile-cache";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "~/.steam/root/compatibilitytools.d";
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "$HOME/.steam/root/compatibilitytools.d";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue