= Set an environment variable //// $ mkdir tempwork $ cd tempwork $ cp ../flake.nix flake.nix $ git add flake.nix $ nix develop $ git add flake.lock $ git commit -a -m temp //// Set the value of the environment variable FOO to “bar”. [source,nix,linenums] .flake.nix .... $# cat flake.nix .... Here's a demonstration using the shell. .... $ echo "FOO=${FOO}" $# ../../../../../start-shell nix develop <