From 5aefa57883d49a4708667734eb55a798caca9900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sat, 6 Sep 2025 19:43:28 +0100 Subject: [PATCH] expanded --- index.html | 4 ++-- source/generic-flake/main.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b6772d5..e0ac3cc 100644 --- a/index.html +++ b/index.html @@ -2347,7 +2347,7 @@ The package definition depends on the programming languages you software is written in, the build system you use, and more. There are Nix functions and tools that can simplify much of this, and new, easier-to-use ones are released regularly. Again, I recommend that you -do a web search for “nix language”, and try to find resources that +do a web search for "nix language-name", and try to find resources that were written or updated recently.

@@ -4782,7 +4782,7 @@ Hello from your flake!
diff --git a/source/generic-flake/main.adoc b/source/generic-flake/main.adoc index c20f937..f765816 100644 --- a/source/generic-flake/main.adoc +++ b/source/generic-flake/main.adoc @@ -79,7 +79,7 @@ The package definition `❺` depends on the programming languages your software is written in, the build system you use, and more. There are Nix functions and tools that can simplify much of this, and new, easier-to-use ones are released regularly. Again, I recommend that you -do a web search for "`nix language`", and try to find resources that +do a web search for "nix _language-name_", and try to find resources that were written or updated recently. The `apps` variable identifies any applications provided by the flake.