From c13b83bf36c809d6c3dffa72505cbaba15f69dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sat, 13 Sep 2025 15:09:24 +0100 Subject: [PATCH] temp --- index.html | 8 +++----- source/recipes/build/nix-non-flake/tempwork/flake.lock | 6 +++--- source/recipes/build/nix-non-flake/tempwork/hello-again | 4 ++++ 3 files changed, 10 insertions(+), 8 deletions(-) create mode 100755 source/recipes/build/nix-non-flake/tempwork/hello-again diff --git a/index.html b/index.html index 715255f..23effd6 100644 --- a/index.html +++ b/index.html @@ -4912,9 +4912,7 @@ We will write

hello-again
-
1
-2
include::hello-again
-cat: hello-again: No such file or directory
+
1
cat: hello-again: No such file or directory
 
@@ -5059,7 +5057,7 @@ lines 5-8 and 17 were explained in that section.

$ hello-nix # this will fail
-bash: line 34: hello-nix: command not found
+bash: line 33: hello-nix: command not found
 $ nix develop
 $ hello-nix
 Hello from your nix package!
@@ -5155,7 +5153,7 @@ Hello from your flake!
diff --git a/source/recipes/build/nix-non-flake/tempwork/flake.lock b/source/recipes/build/nix-non-flake/tempwork/flake.lock index b168122..2a40054 100644 --- a/source/recipes/build/nix-non-flake/tempwork/flake.lock +++ b/source/recipes/build/nix-non-flake/tempwork/flake.lock @@ -36,11 +36,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1757768649, - "narHash": "sha256-AeQ9Lyb/c/4dC56qwXmOQAMdb5PipyJCy4xunUz1YDs=", + "lastModified": 1757771770, + "narHash": "sha256-/JghEYWMoO5kV+CQREWs0W+z2g27fHFAkRIP3TQZ5dI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c65c17ce69b282d7474a89210ea0cc558510d643", + "rev": "5f7451255f69dc631d3697f274406e936584d876", "type": "github" }, "original": { diff --git a/source/recipes/build/nix-non-flake/tempwork/hello-again b/source/recipes/build/nix-non-flake/tempwork/hello-again new file mode 100755 index 0000000..5315da4 --- /dev/null +++ b/source/recipes/build/nix-non-flake/tempwork/hello-again @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +echo "I'm a flake, but I'm running a command defined in a non-flake package." +hello-nix