diff options
author | EuAndreh <eu@euandre.org> | 2020-12-26 08:11:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-26 08:11:53 -0300 |
commit | 43ee9c2bc7bc8a5762b6747aadc8684dce299784 (patch) | |
tree | 5c4bc9301469ced178c3ee20be4fc3a3d3e40610 | |
parent | torrent.html: Add <noscript> tag (diff) | |
download | euandre.org-43ee9c2bc7bc8a5762b6747aadc8684dce299784.tar.gz euandre.org-43ee9c2bc7bc8a5762b6747aadc8684dce299784.tar.xz |
default.nix: Add default build inputs to site derivation
Diffstat (limited to '')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index f642282..0717bb8 100644 --- a/default.nix +++ b/default.nix @@ -41,7 +41,7 @@ in rec { inherit src; name = "website-site"; phases = [ "unpackPhase" "buildPhase" ]; - buildInputs = [ jekyllEnv ]; + buildInputs = projectBuildInputs; buildPhase = '' patchShebangs . jekyll build -d $out |