From 8bdbf9cd6212c5e22a7fd10718c7ed8d0f50bd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Thu, 4 Sep 2025 20:33:12 +0100 Subject: [PATCH] temp --- source/recipes/devshell/haskell-pkg/main.adoc0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/recipes/devshell/haskell-pkg/main.adoc0 b/source/recipes/devshell/haskell-pkg/main.adoc0 index 2c2447d..72bd455 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 +$ git add flake.nix Main.hs $ nix develop $ git add flake.lock $ git commit -a -m temp