$ ./hello-flake - ________________________ -< Hello from your flake! > - ------------------------ - \ ^__^ - \ (oo)\_______ - (__)\ )\/\ - ||----w | - || ||+./hello-flake: line 3: cowsay: command not found
diff --git a/index.html b/index.html index 85a8903..77dd00a 100644 --- a/index.html +++ b/index.html @@ -20,74 +20,74 @@
@@ -1178,14 +1178,7 @@ cowsay "Hello from your flake!"$ ./hello-flake - ________________________ -< Hello from your flake! > - ------------------------ - \ ^__^ - \ (oo)\_______ - (__)\ )\/\ - ||----w | - || ||+./hello-flake: line 3: cowsay: command not found
git push the changes until we’re ready to share t
$ git commit hello-flake flake.nix -m 'added bovine feature' -[main 746a121] added bovine feature +[main c713da7] added bovine feature 2 files changed, 7 insertions(+), 1 deletion(-) $ nix run ________________________ @@ -1786,7 +1779,7 @@ repo, and commit all important files.$ git add flake.lock $ git commit -a -m 'initial commit' -[master (root-commit) b139782] initial commit +[master (root-commit) 100f574] initial commit 4 files changed, 127 insertions(+) create mode 100644 flake.lock create mode 100644 flake.nix @@ -1857,16 +1850,9 @@ mkShell {$ nix-shell $ hello -Hello, world! +bash: line 18: hello: command not found $ cowsay "moo" - _____ -< moo > - ----- - \ ^__^ - \ (oo)\_______ - (__)\ )\/\ - ||----w | - || ||+bash: line 20: cowsay: command not found@@ -1907,7 +1893,7 @@ mkShell {$ nix-shell $ hello -Hello, world!+bash: line 15: hello: command not found
$ nix-shell $ hello -Hello, world!+bash: line 15: hello: command not found