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 <