From 5814047d078161cec3df389cafaf74756dd1cdcd Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 3 May 2024 20:43:37 +0200 Subject: [PATCH] Include future posts when compiling blog --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6860233..0ac9ab6 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ ]; buildPhase = '' - bundle exec jekyll build + bundle exec jekyll build --future ''; installPhase = ''