1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-17 14:57:22 +03:00

Cleanup beryllium firmware file

This commit is contained in:
Raymen Scholten 2022-12-17 22:51:30 +00:00
parent 58a24140e6
commit 62a71f7755

View File

@ -14,6 +14,4 @@ in runCommand "xiaomi-sdm845-firmware" { inherit baseFw; } ''
mkdir -p $out/lib/firmware
cp -r $baseFw/lib/firmware/* $out/lib/firmware/
chmod +w -R $out
# rm -rf $out/lib/firmware/postmarketos
# cp -r $baseFw/lib/firmware/postmarketos/* $out/lib/firmware
''