From 0c4df93ee68e923dd295b513a7c991b015b9688c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 15 Sep 2025 14:52:24 +0100 Subject: [PATCH] temp --- index.html | 5 ++--- source/recipes/devshell/nix-non-flake/main.adoc0 | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6063bfa..ee3c1ec 100644 --- a/index.html +++ b/index.html @@ -5092,8 +5092,7 @@ this is done in line 15.

bash: line 53: hello-nix: command not found $ nix develop $ hello-nix -bash: line 2: hello-nix: command not found -bash: line 3: EOL: command not found +Hello from your nix package! @@ -5475,7 +5474,7 @@ Hello from your flake! diff --git a/source/recipes/devshell/nix-non-flake/main.adoc0 b/source/recipes/devshell/nix-non-flake/main.adoc0 index 5613dac..cf2f756 100644 --- a/source/recipes/devshell/nix-non-flake/main.adoc0 +++ b/source/recipes/devshell/nix-non-flake/main.adoc0 @@ -66,7 +66,7 @@ $# EOL == If the nix derivation requires `nixpkgs` In this case, we need to write the derivation ourselves. -We can use `default.nix` as a model. +We can use `default.nix` (from the hello-nix repo) as a model. Line 15 should be replaced with: [source,nix]