<sphalerite>
samueldr: so I have /dev/mmcblk0p49: LABEL="NIXOS_SYSTEM" UUID="44444444-4444-4444-8888-888888888888" TYPE="ext4"… and when I mount it, I see a bunch of androidy-looking directories?
<sphalerite>
is that normal?
<craige>
This ia a new error for me, sphalerite clever samueldr - FAILED (remote: 'Partition should be erased in fastbootd'
snicket has quit [Read error: Connection reset by peer]
<clever>
samueldr: /wi41
snicket has joined #nixos-aarch64
<clever>
Bus 001 Device 027: ID 0451:d010 Texas Instruments, Inc.
<Acou_Bass>
you know how mobile-nixos is building a GNU/ Linux distro for mobile using nix... I wonder if it'd be possible to build an android system using nix instead? like a nixos-android distro
<Acou_Bass>
this isn't a 'can you please do this', more of a 'I just thought of this after browsing the mobile-nixos info' :D
<craige>
It certainly is Acou_Bass - you could use Nix/NixOS/Hydra to build anything. Unless i'm issing the premise.
<craige>
If I was bulding Android images, I would certainly do it that way.
<Acou_Bass>
well i don't wanna just build images, i want the OS itself to be nix managed (just like normal nixos, except it installs android packages/system components etc)
<craige>
Fair enough :-)
<craige>
I think that's why mobile-nixos exists :-)
<Acou_Bass>
well mobile nixos builds a normal Linux distro with normal Linux software, i wanna build an android system with android software :D
ryantrinkle has quit [Ping timeout: 268 seconds]
ryantrinkle has joined #nixos-aarch64
<samueldr>
Acou_Bass: someone is already doing that
<samueldr>
building a custom android based on AOSP using nix
<samueldr>
don't remember who
<samueldr>
but the OS is not nix managed
<samueldr>
and I don't know that it would be something that works without a bunch of hacks
<Acou_Bass>
samueldr: fair enough, it was more of curiosity than an actual plan