From a3f644573cdbb8ec40a97cce93cd36eff8843743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 15 Sep 2025 14:50:42 +0100 Subject: [PATCH] temp --- index.html | 7 ++++--- source/recipes/devshell/nix-non-flake/main.adoc0 | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index d325378..6063bfa 100644 --- a/index.html +++ b/index.html @@ -5091,8 +5091,9 @@ this is done in line 15.

$ hello-nix     # Fails outside development shell
 bash: line 53: hello-nix: command not found
 $ nix develop
-$ hello-nix     # Works inside development shell
-Hello from your nix package!
+$ hello-nix +bash: line 2: hello-nix: command not found +bash: line 3: EOL: command not found @@ -5474,7 +5475,7 @@ Hello from your flake! diff --git a/source/recipes/devshell/nix-non-flake/main.adoc0 b/source/recipes/devshell/nix-non-flake/main.adoc0 index 88b1662..5613dac 100644 --- a/source/recipes/devshell/nix-non-flake/main.adoc0 +++ b/source/recipes/devshell/nix-non-flake/main.adoc0 @@ -57,7 +57,7 @@ Here's a demonstration using the shell. .... $ hello-nix # Fails outside development shell -$ nix develop +$# ../../../../../start-shell nix develop <