From e4127066af6465039bd63a222bc8bd14ca3e1405 Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sun, 1 Oct 2023 13:01:38 +0100 Subject: [PATCH] Fix --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2976eb2..0c8b708 100644 --- a/flake.lock +++ b/flake.lock @@ -104,8 +104,8 @@ "scripts": "scripts_2" }, "locked": { - "lastModified": 1696067098, - "narHash": "sha256-EJzgliSlIVcKGNF80gdqENn7AvC0Mbn0OILofVEdhxA=", + "lastModified": 1696161638, + "narHash": "sha256-STvSrCvIKnwvFxyzTjnpPGyPexLAKd5eiAPtBrJ3NG8=", "path": "/Users/patrick/Desktop/website/static-site-images", "type": "path" }, diff --git a/flake.nix b/flake.nix index 3b2f449..1eb9441 100644 --- a/flake.nix +++ b/flake.nix @@ -78,7 +78,7 @@ ]; buildPhase = '' - ${scripts.lib.createShellScript pkgs "all" ./build/all.sh}/run.sh "${pdfs.packages.${system}.default}" "${images}" "${anki-decks.packages.${system}.default}" "${buildHugo}" "${katex-parts}" "${extra-content}" + ${scripts.lib.createShellScript pkgs "all" ./build/all.sh}/run.sh "${pdfs.packages.${system}.default}" "${images.packages.${system}.default}" "${anki-decks.packages.${system}.default}" "${buildHugo}" "${katex-parts}" "${extra-content}" ''; checkPhase = ''