From 9b690db38daa83124f87313ed0c613cc9d84a35a Mon Sep 17 00:00:00 2001 From: Hercules CI Effects Date: Wed, 3 Jan 2024 10:45:23 +0000 Subject: [PATCH] Update gh-pages Store path: /nix/store/3n8a5ywzailkr838z64b8r8i7gkab5sw-lambda-buffers-book --- build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.nix b/build.nix index 29de9e28..1689634d 100644 --- a/build.nix +++ b/build.nix @@ -4,7 +4,7 @@ _: { devShells.dev-docs = pkgs.mkShell { name = "docs-env"; packages = [ pkgs.mdbook ]; - shellHook = config.pre-commit.installationScript; + shellHook = config.settings.shell.hook; }; packages.lambda-buffers-book = pkgs.stdenv.mkDerivation {