Trailing slash is needed?
This commit is contained in:
parent
1f9a5f88f4
commit
3a8347b6ae
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@
|
|||
nativeBuildInputs = [ zola ];
|
||||
configurePhase = ''
|
||||
mkdir -p "themes/${themeName}"
|
||||
cp -rf ${hermit-zola}/* "themes/${themeName}"
|
||||
cp -r ${hermit-zola}/* "themes/${themeName}/"
|
||||
'';
|
||||
buildPhase = "zola build";
|
||||
installPhase = "cp -rf public $out";
|
||||
buildPhase = "${zola}/bin/zola build";
|
||||
installPhase = "cp -r public $out";
|
||||
};
|
||||
|
||||
defaultPackage = self.packages.${system}.blog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue