mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-13 12:35:48 +03:00
doc: Also copy png images
This commit is contained in:
parent
e121b722a7
commit
9c7f1ab1ee
@ -57,7 +57,10 @@ stdenv.mkDerivation {
|
||||
--styles-dir="${styles}" \
|
||||
--output-dir="$out"
|
||||
|
||||
rsync --prune-empty-dirs --verbose --archive --include="*.jpeg" --include="*/" --exclude="*" . $out/
|
||||
rsync --prune-empty-dirs --verbose --archive \
|
||||
--include="*.jpeg" \
|
||||
--include="*.png" \
|
||||
--include="*/" --exclude="*" . $out/
|
||||
'';
|
||||
|
||||
dontInstall = true;
|
||||
|
Loading…
Reference in New Issue
Block a user