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 <