diff options
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 76994ac..2684cea 100644 --- a/default.nix +++ b/default.nix @@ -71,7 +71,7 @@ in rec { echo 'Starting a live server with:' echo ' jekyll serve --future --livereload --trace' echo 'Server with feature flags:' - echo ' jekyll serve --future --livereload --trace -c $(cfg podcast screencast direct-video music)' + echo ' jekyll serve --future --livereload --trace -c $(cfg podcast music)' export JEKYLL_ENV=production |