From 35236efac38201777674b8a155296c8dcd65c433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sat, 6 Sep 2025 18:42:43 +0100 Subject: [PATCH] temp --- source/recipes/devshell/env-var/main.adoc0 | 2 +- .../devshell/env-var/tempwork/flake.lock | 60 +++++++++++++++++++ .../devshell/env-var/tempwork/flake.nix | 22 +++++++ 3 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 source/recipes/devshell/env-var/tempwork/flake.lock create mode 100644 source/recipes/devshell/env-var/tempwork/flake.nix diff --git a/source/recipes/devshell/env-var/main.adoc0 b/source/recipes/devshell/env-var/main.adoc0 index ca73c2b..be12d2e 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 <