From f1c2fc39157cb300bdb436faa496f0fdbef186bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sat, 6 Sep 2025 18:44:03 +0100 Subject: [PATCH] temp --- index.html | 4 ++-- source/recipes/devshell/env-var/main.adoc0 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 229a71e..d1605cf 100644 --- a/index.html +++ b/index.html @@ -4717,7 +4717,7 @@ that are on my hard drive.

$ echo "FOO=${FOO}"
 FOO=
 $ nix develop
-echo "FOO="
+echo "FOO=${FOO}"
 FOO=bar
@@ -4782,7 +4782,7 @@ Hello from your flake! diff --git a/source/recipes/devshell/env-var/main.adoc0 b/source/recipes/devshell/env-var/main.adoc0 index ebdc068..c549d09 100644 --- a/source/recipes/devshell/env-var/main.adoc0 +++ b/source/recipes/devshell/env-var/main.adoc0 @@ -23,7 +23,7 @@ Here's a demonstration using the shell. .... $ echo "FOO=${FOO}" $# ../../../../../start-shell nix develop <