diff --git a/index.html b/index.html index 1b946b4..957abb7 100644 --- a/index.html +++ b/index.html @@ -4657,7 +4657,7 @@ sanitized: <strong>some text</strong>
$ cowsay "Moo!" # Won't work; dependency not available bash: line 17: cowsay: command not found $ nix develop -$ cowsay "Moo!" +$ cowsay "Moo!" # Works in development environment ______ < Moo! > ------ @@ -5598,7 +5598,7 @@ Hello from your flake!