summaryrefslogtreecommitdiff
path: root/static/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'static/default.nix')
-rw-r--r--static/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/default.nix b/static/default.nix
index 1a146b0..74bd3bf 100644
--- a/static/default.nix
+++ b/static/default.nix
@@ -37,7 +37,7 @@ in
name = "mediocre-blog-static-dev";
buildInputs = all_inputs;
shellHook = ''
- exec ${jekyll_env}/bin/jekyll serve -s ./src -d ./_site -w -I -D -H 0.0.0.0
+ exec ${jekyll_env}/bin/jekyll serve -s ./src -d ./_site -w -I -D -H 0.0.0.0 -P 4001
'';
};