mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-05 00:08:40 +00:00
Fix
This commit is contained in:
4
flake.lock
generated
4
flake.lock
generated
@@ -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"
|
||||
},
|
||||
|
@@ -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 = ''
|
||||
|
Reference in New Issue
Block a user