nixfleet/hosts/oneplus5t/default.nix
Andrea Ciceri a394b9cefd
All checks were successful
/ test (push) Successful in 32s
Reformat everything
2024-09-20 11:37:17 +02:00

13 lines
283 B
Nix

{
...
}:
{
signing.enable = true;
# apps.prebuilt = {
# whatsapp.apk = (pkgs.fetchurl {
# url = "https://d.apkpure.com/b/APK/com.whatsapp?versionCode=222403004";
# sha256 = "0000000000000000000000000000000000000000000000000000000000000000";
# });
# };
}