Restructuring build flows to choose user as default but be overridable

This commit is contained in:
2026-05-11 01:40:08 -05:00
parent d32acfaa8c
commit ab7cd262fe
4 changed files with 24 additions and 15 deletions

View File

@@ -5,4 +5,6 @@
# set -o errunset ## To exit if a variable is referenced but not set
CONTAINER="newton-lsp"
_HOME="${HOME}"
CONTAINER="newton-lsp"
CONTAINER_HOME="${_HOME}"