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
Nix development environments support environment variables as well. Run echo $FUNNY_JOKE to access a (hilarious) value that's available only in the Nix environment.
However the hook environment does not have the funny joke only the example environment does. And if the user is expected to be two environments deep now (because exit is not explained until later), the explanation of exit is not sufficient because after running exit once (out of the hook environment) the joke is still accessible even though the explanation says it shouldn't.
This was introduced in this very recent commit: 1acb39d
The text was updated successfully, but these errors were encountered:
The user is asked to run
And then
Right after that the funny joke is mentioned:
However the
hook
environment does not have the funny joke only theexample
environment does. And if the user is expected to be two environments deep now (becauseexit
is not explained until later), the explanation ofexit
is not sufficient because after runningexit
once (out of thehook
environment) the joke is still accessible even though the explanation says it shouldn't.This was introduced in this very recent commit:
1acb39d
The text was updated successfully, but these errors were encountered: