fixing
This commit is contained in:
parent
53597a2f38
commit
d43ff345d2
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,8 @@
|
|||
${pkgs.hugo}/bin/hugo --minify
|
||||
'';
|
||||
installPhase = ''
|
||||
cp -r public $out
|
||||
mkdir -p $out/public
|
||||
cp -r public $out/public
|
||||
'';
|
||||
buildInputs = bi;
|
||||
nativeBuildInputs = nbi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue