From b6b9a9846539f6433a9007b7adc93dd64797515c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?=
Date: Sat, 13 Sep 2025 14:08:57 +0100
Subject: [PATCH] temp
---
index.html | 4 +-
source/book.adoc | 2 +-
source/recipes/devshell/main.adoc | 6 +-
.../{non-flake => nix-non-flake}/flake.nix | 10 +-
.../recipes/devshell/nix-non-flake/main.adoc0 | 62 +
.../nix-non-flake/tempwork/flake.lock | 77 ++
.../devshell/nix-non-flake/tempwork/flake.nix | 27 +
source/recipes/devshell/non-flake/main.adoc0 | 34 -
wombats-book-of-nix.pdf | 1108 +++++++++--------
9 files changed, 747 insertions(+), 583 deletions(-)
rename source/recipes/devshell/{non-flake => nix-non-flake}/flake.nix (73%)
create mode 100644 source/recipes/devshell/nix-non-flake/main.adoc0
create mode 100644 source/recipes/devshell/nix-non-flake/tempwork/flake.lock
create mode 100644 source/recipes/devshell/nix-non-flake/tempwork/flake.nix
delete mode 100644 source/recipes/devshell/non-flake/main.adoc0
diff --git a/index.html b/index.html
index e0ac3cc..dc5849b 100644
--- a/index.html
+++ b/index.html
@@ -2338,7 +2338,7 @@ access to language-specific packages, there are Nix functions to assist
with that. These functions are very language-specific, and not always
well-documented. We will see examples for some languages later in the
tutorial. In general, I recommend that you do a web search for
-“nix language”, and try to find resources that were written or updated
+"nix language-name", and try to find resources that were written or updated
recently.
@@ -4782,7 +4782,7 @@ Hello from your flake!