From 4f417e447070422d6bbb403cc4f4c5ad8d191dc4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 26 Mar 2025 12:34:49 -0500 Subject: [PATCH] grrrrrrrrrrrr --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8fa4882..2260cf2 100644 --- a/flake.nix +++ b/flake.nix @@ -102,7 +102,7 @@ ${pkgs.hugo}/bin/hugo --minify ''; installPhase = '' - cp -r public $out/public + cp -r public $out/ ''; buildInputs = bi; nativeBuildInputs = nbi;