aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 4fbdc61..537c2ae 100644
--- a/default.nix
+++ b/default.nix
@@ -35,6 +35,7 @@ in rec {
name = "${baseAttrs.name}-docs";
buildInputs = [ jekyllEnv pkgs.html-tidy ];
buildPhase = ''
+ patchShebangs .
jekyll build -d $out
./scripts/tidy-content.sh $out
'';
@@ -46,6 +47,7 @@ in rec {
(utils.fixme null)
subtasks.hunspellCheck
subtasks.assertContent
+ subtasks.docs
];
shell = pkgs.mkShell rec {
name = "website-shell";