This commit is contained in:
Amy de Buitléir 2025-09-06 18:43:25 +01:00
parent 35236efac3
commit ac20e31eb5
2 changed files with 2 additions and 2 deletions

View file

@ -4782,7 +4782,7 @@ Hello from your flake!</pre>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-09-06 18:27:42 IST
Last updated 2025-09-06 18:42:43 IST
</div>
</div>
</body>

View file

@ -23,7 +23,7 @@ Here's a demonstration using the shell.
....
$ echo "FOO=${FOO}"
$# ../../../../../start-shell nix develop <<EOL
$# echo echo '"''FOO=${FOO}''"'
$# echo 'echo "FOO=\${FOO}"'
$# env | grep FOO | grep -v shellHook
$# EOL
....