aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-06 03:48:20 -0300
committerEuAndreh <eu@euandre.org>2020-02-06 03:48:20 -0300
commit5fe0f072f7526a12648a9ac1ed6ef27e1c8f335a (patch)
tree1c9cc86fb7a6a44abce9c6b4572772ed537d8b31
parentFix shellcheck offenses (diff)
downloadeuandre.org-5fe0f072f7526a12648a9ac1ed6ef27e1c8f335a.tar.gz
euandre.org-5fe0f072f7526a12648a9ac1ed6ef27e1c8f335a.tar.xz
Let jekyll create the $out directory
Diffstat (limited to '')
-rw-r--r--default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 6cbb466..5f6663d 100644
--- a/default.nix
+++ b/default.nix
@@ -26,7 +26,6 @@ in rec {
name = "${baseAttrs.name}-docs";
buildInputs = [ jekyllEnv ];
buildPhase = ''
- mkdir $out
jekyll build -d $out
'';
});