This commit is contained in:
Smaug123
2023-10-01 13:01:38 +01:00
parent dd3713f40e
commit e4127066af
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View File

@@ -104,8 +104,8 @@
"scripts": "scripts_2" "scripts": "scripts_2"
}, },
"locked": { "locked": {
"lastModified": 1696067098, "lastModified": 1696161638,
"narHash": "sha256-EJzgliSlIVcKGNF80gdqENn7AvC0Mbn0OILofVEdhxA=", "narHash": "sha256-STvSrCvIKnwvFxyzTjnpPGyPexLAKd5eiAPtBrJ3NG8=",
"path": "/Users/patrick/Desktop/website/static-site-images", "path": "/Users/patrick/Desktop/website/static-site-images",
"type": "path" "type": "path"
}, },

View File

@@ -78,7 +78,7 @@
]; ];
buildPhase = '' 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 = '' checkPhase = ''