1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-03 14:47:18 +03:00

boot/splash: Use symlink for logo artwork

This will allow a single build to be made, instead of one build per
logo.
This commit is contained in:
Samuel Dionne-Riel 2023-04-25 23:48:28 -04:00
parent 3cb45e2fb1
commit b6a3a7a427

View File

@ -3,7 +3,7 @@
let
assets = runCommand "boot-splash-assets" {} ''
mkdir -p $out
cp ${../../artwork/logo/logo.white.svg} $out/logo.svg
ln -s /etc/logo.svg $out/logo.svg
'';
in
mobile-nixos.mkLVGUIApp {