From 7fa16089fc606643b2a9c62b39690e0c093d7d96 Mon Sep 17 00:00:00 2001 From: psakiev Date: Wed, 11 Jan 2023 04:46:42 -0700 Subject: [PATCH] Add entry to tmpconfig --- bin/spack-tmpconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/spack-tmpconfig b/bin/spack-tmpconfig index a3d053d3406..a477daa4d35 100755 --- a/bin/spack-tmpconfig +++ b/bin/spack-tmpconfig @@ -72,6 +72,7 @@ config: root: $TMP_DIR/install misc_cache: $$user_cache_path/cache source_cache: $$user_cache_path/source + environments_root: $TMP_DIR/envs EOF cat >"$SPACK_USER_CONFIG_PATH/bootstrap.yaml" <