From 2a3b47fede7d2d87c17b5475ae78c4cc32bef796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 15 Sep 2025 18:42:03 +0100 Subject: [PATCH] temp --- index.html | 13 +++++-------- source/recipes/devshell/haskell-pkg/main.adoc0 | 1 + 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 19f0e61..5fcee25 100644 --- a/index.html +++ b/index.html @@ -4867,7 +4867,7 @@ together with the high-level workflow described in .url = "github:numtide/flake-utils"; }; - outputs = { self, nixpkgs, flake-utils, pandoc-columns }: + outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs { inherit system; }; @@ -4923,12 +4923,9 @@ Main.hs:1:1: error: [GHC-87110] 1 | import Data.List.Extra | ^^^^^^^^^^^^^^^^^^^^^^ $ nix develop -error: - … while updating the lock file of flake 'git+file:///home/amy/codeberg/nix-book?dir=source/recipes/devshell/haskell-pkg/tempwork&ref=refs/heads/pages&rev=2d07f3ceeb4703a873292171d9547ec46817e6c0' - - … while updating the flake input 'pandoc-columns' - - error: cannot find flake 'flake:pandoc-columns' in the flake registries +$ runghc Main.hs # Works in development environemnt +"abcde" +"XYZ" @@ -5638,7 +5635,7 @@ Hello from your flake! diff --git a/source/recipes/devshell/haskell-pkg/main.adoc0 b/source/recipes/devshell/haskell-pkg/main.adoc0 index 9b9d435..7516954 100644 --- a/source/recipes/devshell/haskell-pkg/main.adoc0 +++ b/source/recipes/devshell/haskell-pkg/main.adoc0 @@ -45,6 +45,7 @@ $ runghc Main.hs # Fails; dependency not available $# ../../../../../start-shell nix develop <