fix: Fix missing dependencies in the build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user