grrrrrrrrrrrr

This commit is contained in:
Chris Cochrun 2025-03-26 12:34:49 -05:00
parent 5c398601a9
commit 4f417e4470

View file

@ -102,7 +102,7 @@
${pkgs.hugo}/bin/hugo --minify ${pkgs.hugo}/bin/hugo --minify
''; '';
installPhase = '' installPhase = ''
cp -r public $out/public cp -r public $out/
''; '';
buildInputs = bi; buildInputs = bi;
nativeBuildInputs = nbi; nativeBuildInputs = nbi;