From 8a02fd42446a40c2a12032cb2d70496ca222e5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Wed, 8 Oct 2025 18:48:42 +0100 Subject: [PATCH] temp --- source/recipes/build/nixpkg/main.adoc0 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/recipes/build/nixpkg/main.adoc0 b/source/recipes/build/nixpkg/main.adoc0 index f529e08..88ff13b 100644 --- a/source/recipes/build/nixpkg/main.adoc0 +++ b/source/recipes/build/nixpkg/main.adoc0 @@ -26,12 +26,19 @@ $ git add flake.lock $ git commit -a -m temp //// -[source,nix,linenums,highlight='37..39,42'] +[source,nix,linenums,highlight='21..34'] .flake.nix .... $# cat flake.nix .... +We can build the flake to see how it modifies the script. + +.... +$ nix build +$ cat result/bin/hello-cow +.... + Here's the flake in action. ....