From 9b29f92c5c9fd08b77a35479094c448bf507c408 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Sat, 6 Apr 2024 19:27:56 +0200 Subject: [PATCH] nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 2e6f9ef..a44e29c 100644 --- a/default.nix +++ b/default.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation { src = "./website"; nativeBuildInputs = [ git go hugo ]; phases = [ "buildPhase" ]; - buildPhase = "hugo -d $out"; + buildPhase = "hugo -s website -d $out"; outputHashAlgo = "sha256"; outputHashMode = "recursive"; outputHash = "sha256-k46/umNJ9Q8FsZDCRvG/YmyU3IAkL5bzTvhWxdbNXso=";