nix: drop the site/ subfolder in the out dir
This commit is contained in:
parent
4f8edb0520
commit
51b800ec30
|
@ -23,6 +23,6 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/
|
mkdir -p $out/
|
||||||
cp -r site/ $out/
|
cp -r site/. $out/
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue