From ca44ecdfb03b667992b6afa2e35ba3294aee6f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Thu, 4 Sep 2025 17:36:24 +0100 Subject: [PATCH] temp --- index.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fed1e0a..916fc74 100644 --- a/index.html +++ b/index.html @@ -4429,12 +4429,29 @@ $ cowsay "Moo!"
+

EXPLAIN

+
+
+

EXPLAIN

+
+
+

EXPLAIN

+
+
+

EXPLAIN

+
+
+
+
            buildInputs = [ hello-flake.packages.${system}.hello ];
+
+
+

Here’s a demonstration using the shell.

$ hello-flake
-bash: line 17: hello-flake: command not found
+bash: line 32: hello-flake: command not found
 $ nix develop
 $ hello-flake
 Hello from your flake!
@@ -5012,7 +5029,7 @@ mkShell {