From 6c031b413ad70ec1ed361daa7c141a284e57b97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Wed, 8 Oct 2025 18:18:45 +0100 Subject: [PATCH] temp --- source/hello-flake-repo/main.adoc0 | 2 +- source/modify-hello-flake/main.adoc0 | 1 + source/recipes/build/nixpkg/main.adoc0 | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/hello-flake-repo/main.adoc0 b/source/hello-flake-repo/main.adoc0 index 684c189..8eee556 100644 --- a/source/hello-flake-repo/main.adoc0 +++ b/source/hello-flake-repo/main.adoc0 @@ -44,7 +44,7 @@ $# cat flake.nix If this is your first time seeing a flake definition, it probably looks intimidating. -Flakes are written in the Nix language, introduced in <<_the_nix_language_>>. +Flakes are written in the Nix language, introduced in <<_the_nix_language>>. However, you don't really need to know Nix to follow this example. For now, I'd like to focus on the inputs section. diff --git a/source/modify-hello-flake/main.adoc0 b/source/modify-hello-flake/main.adoc0 index 07b531c..fcc39eb 100644 --- a/source/modify-hello-flake/main.adoc0 +++ b/source/modify-hello-flake/main.adoc0 @@ -164,6 +164,7 @@ so our hello-flake script wouldn’t be able to find it. There are various ways to deal with this problem. In this case we simply edited the script (lines 37-39) as we install it, specifying the full path to cowsay. +We'll see another way of handling this in <>. [NOTE] ==== diff --git a/source/recipes/build/nixpkg/main.adoc0 b/source/recipes/build/nixpkg/main.adoc0 index f71b2ed..19dc708 100644 --- a/source/recipes/build/nixpkg/main.adoc0 +++ b/source/recipes/build/nixpkg/main.adoc0 @@ -1,3 +1,4 @@ +[#writeShellApplication] = Access a top level package from the Nixpkgs/NixOS repo In <<_introducing_a_dependency>>, we wrote a shell script that needed