buildInputs = [ hello-flake.packages.${system}.hello ];
+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 {