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!