fixxy plz
This commit is contained in:
parent
090f19481c
commit
9633ba6c92
|
@ -102,7 +102,9 @@
|
|||
${pkgs.hugo}/bin/hugo --minify
|
||||
'';
|
||||
installPhase = ''
|
||||
ls -l
|
||||
cp -r public $out/
|
||||
ls -l $out
|
||||
'';
|
||||
buildInputs = bi;
|
||||
nativeBuildInputs = nbi;
|
||||
|
@ -133,7 +135,8 @@
|
|||
fixupPhase = ''
|
||||
ls -l
|
||||
ls -l $out
|
||||
cp -r ${site}/public $out/
|
||||
mkdir -p public
|
||||
cp -r ${site}/* $out/public
|
||||
ls -l $out
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue