fix: Fix missing dependencies in the build

This commit is contained in:
2023-01-25 19:28:00 +01:00
parent 99b7428dd0
commit b98f7cb52c
2 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
jekyll, tailwindWithTypography
jekyll, jekyllPackages, tailwindWithTypography
, stdenv
}:
@@ -8,6 +8,10 @@ stdenv.mkDerivation {
version = "0.1.0";
src = ./../.;
buildInputs = [
jekyll jekyllPackages tailwindWithTypography
];
buildPhase = ''
${jekyll}/bin/jekyll build --future
cp -r ./assets _site/assets