From f04f85f47582b7e83e922c8551e2bb1a6c98df08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Thu, 4 Sep 2025 20:36:44 +0100 Subject: [PATCH] temp --- source/recipes/devshell/haskell-pkg/main.adoc0 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/recipes/devshell/haskell-pkg/main.adoc0 b/source/recipes/devshell/haskell-pkg/main.adoc0 index 65ede4a..ca799e3 100644 --- a/source/recipes/devshell/haskell-pkg/main.adoc0 +++ b/source/recipes/devshell/haskell-pkg/main.adoc0 @@ -3,13 +3,11 @@ //// $ mkdir tempwork $ cd tempwork -$ cp ../flake.nix Main.hs . -$ ls -lf +$ cp ../flake.nix ../Main.hs . $ git add flake.nix $ nix develop $ git add flake.lock $ git commit -a -m temp -$ ls -lf //// Occasionally you might want to run a short Haskell program that depends on a Haskell library, @@ -34,7 +32,6 @@ include::Main.hs[] Here's a demonstration using the program. .... -$ ls -lf $# ../../../../../start-shell nix develop <