From 77354ff20c3a3f91f13377976da09ec20d187f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 15 Sep 2025 16:12:36 +0100 Subject: [PATCH] temp --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 46ca2a5..0ad1744 100644 --- a/index.html +++ b/index.html @@ -5250,13 +5250,13 @@ hello-flake

Line 5 adds hello-flake as an input to this flake. -As expected, we need to add hello-flake as a build input, which we do in line 40. +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.

There are various ways to deal with this problem. -In this case we simply edited the script (lines 34-36) as we install it, +In this case we simply edited the script (lines 30-32) as we install it, by specifying the full path to hello-nix.

@@ -5607,7 +5607,7 @@ Hello from your flake!