From 9c1c615cb63b8968958b68dfbe076aa50ba89280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Thu, 4 Sep 2025 20:34:09 +0100 Subject: [PATCH] temp --- source/recipes/devshell/haskell-pkg/main.adoc0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/recipes/devshell/haskell-pkg/main.adoc0 b/source/recipes/devshell/haskell-pkg/main.adoc0 index 72bd455..dd71b2c 100644 --- a/source/recipes/devshell/haskell-pkg/main.adoc0 +++ b/source/recipes/devshell/haskell-pkg/main.adoc0 @@ -4,7 +4,7 @@ $ mkdir tempwork $ cd tempwork $ cp ../flake.nix Main.hs . -$ git add flake.nix Main.hs +$ git add flake.nix $ nix develop $ git add flake.lock $ git commit -a -m temp @@ -32,6 +32,7 @@ include::Main.hs[] Here's a demonstration using the program. .... +$ ls -lf $# ../../../../../start-shell nix develop <