diff --git a/index.html b/index.html index 0ad1744..e94c9b7 100644 --- a/index.html +++ b/index.html @@ -5249,7 +5249,8 @@ hello-flake
Line 5 adds hello-flake as an input to this flake.
+
Line 5 adds hello-flake as an input to this flake,
+Line 8 allows the output function to reference hello-flake.
As expected, we need to add hello-flake as a build input, which we do in line 36.
That does make it available at build and runtime, but it doesn’t put it on the path,
so our hello-again script won’t be able to find it.