diff --git a/index.html b/index.html index bfeda21..e25e9eb 100644 --- a/index.html +++ b/index.html @@ -5473,7 +5473,8 @@ so our hello-again script won’t be able to find it.

There are various ways to deal with this problem. In this case we simply edited the script as we install it, -by specifying the full path to hello-nix.

+by specifying the full path to hello-nix. +This is done in lines 34-36.

@@ -5564,7 +5565,7 @@ Hello from your flake! diff --git a/source/recipes/build/nix-non-flake/main.adoc0 b/source/recipes/build/nix-non-flake/main.adoc0 index eb2666a..ae5054a 100644 --- a/source/recipes/build/nix-non-flake/main.adoc0 +++ b/source/recipes/build/nix-non-flake/main.adoc0 @@ -36,9 +36,8 @@ That does make it available at build and runtime, but it doesn't put it on the p so our `hello-again` script won't be able to find it. There are various ways to deal with this problem. -In this case we simply edited the script as we install it, +In this case we simply edited the script (lines 34-36) as we install it, by specifying the full path to `hello-nix`. -This is done in lines 34-36. [NOTE] ====