From 421d1b4eaf7e5972a8f58bacb343e5bd1c6ea063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sun, 14 Sep 2025 20:51:04 +0100 Subject: [PATCH] temp --- index.html | 4 ++-- source/recipes/devshell/nixpkg/main.adoc0 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3b49df7..1b946b4 100644 --- a/index.html +++ b/index.html @@ -4654,7 +4654,7 @@ sanitized: <strong>some text</strong>
-
$ cowsay "Moo!"
+
$ cowsay "Moo!"     # Won't work; dependency not available
 bash: line 17: cowsay: command not found
 $ nix develop
 $ cowsay "Moo!"
@@ -5598,7 +5598,7 @@ Hello from your flake!
diff --git a/source/recipes/devshell/nixpkg/main.adoc0 b/source/recipes/devshell/nixpkg/main.adoc0 index c9affb0..a7abfa5 100644 --- a/source/recipes/devshell/nixpkg/main.adoc0 +++ b/source/recipes/devshell/nixpkg/main.adoc0 @@ -21,7 +21,7 @@ Here's a demonstration using the shell. .... $ cowsay "Moo!" # Won't work; dependency not available $# ../../../../../start-shell nix develop <