You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't we use already defined environment variables from stack then ? Like just STACK_ROOT and then command argument --stack-root ? Maybe having an argument --stack-arguments="--stack-root='...'..." to proxy stack arguments ?
I remember there were issues using the default $STACK_ROOT, but I can't remember what it was. Maybe @jmitchell can chip in why we chose a separate hardcoded value.
As a user I would like to be able to specify the
STACK_ROOT
used bystack2nix
.Right now it is hardcoded to
/tmp/s2n
.Introducing a
S2N_STACK_ROOT
environment variable would be helpful.The text was updated successfully, but these errors were encountered: