diff options
Diffstat (limited to '')
-rw-r--r-- | default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 0144e9b..6da4f1c 100644 --- a/default.nix +++ b/default.nix @@ -48,8 +48,9 @@ in rec { name = "website-shell"; buildInputs = projectBuildInputs; shellHook = '' - echo 'Start a live server with:' + echo 'Starting a live server with:' echo ' jekyll serve --future --livereload' + jekyll serve --future --livereload ''; }; publishScript = pkgs.writeShellScriptBin "publish.sh" '' |