1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-19 07:47:20 +03:00
not really known
Go to file
2018-06-17 00:56:14 +00:00
bin bin/build: whoopsie, didn't report the exit status of last command. 2018-06-17 00:56:14 +00:00
devices WIP progress with configuration system. 2018-06-17 00:43:19 +00:00
lib WIP Migrates device configuration into the options system. 2018-06-16 23:21:41 +00:00
modules WIP progress with configuration system. 2018-06-17 00:43:19 +00:00
overlay Makes kernel part of the device description. 2018-06-13 02:06:24 +00:00
quirks/qualcomm WIP progress with configuration system. 2018-06-17 00:43:19 +00:00
.gitignore Adds default.nix that allows calling nix-build. 2018-06-10 01:00:12 +00:00
bootimg.nix WIP progress with configuration system. 2018-06-17 00:43:19 +00:00
default.nix WIP Migrates device configuration into the options system. 2018-06-16 23:21:41 +00:00
initrd.nix WIP progress with configuration system. 2018-06-17 00:43:19 +00:00
loading.png Updates graphics (+ export png) 2018-06-11 19:25:48 -04:00
loading.ppm.gz Adds loading ppm, and adds R G B text to temp splash. 2018-06-11 00:00:23 +00:00
loading.xcf Updates graphics (+ export png) 2018-06-11 19:25:48 -04:00
README.md WIP Migrates device configuration into the options system. 2018-06-16 23:21:41 +00:00
shell.nix Adds Asus Z00T kernel 2018-06-10 00:57:12 +00:00
temp-splash.png Updates graphics (+ export png) 2018-06-11 19:25:48 -04:00
temp-splash.ppm.gz Adds loading ppm, and adds R G B text to temp splash. 2018-06-11 00:00:23 +00:00
temp-splash.xcf Updates graphics (+ export png) 2018-06-11 19:25:48 -04:00

Mobile NixOS

An overlay for building stuff.

This is a work-in-progress.

WIP notes

nix-build --argstr device asus-z00t -A all
# Maybe `nix copy ./result --to ssh://another-host`
adb wait-for-device && adb reboot bootloader
fastboot boot result # or full path
# getting adb and fastboot working is left as an exercise to the reader.

Alternatively, helpers under bin can be used. They mostly pave over the nix CLI to provide one-liners and one-parameter helpers.

# Builds -A all for device_name $1
bin/build asus-z00t

Goals

The goal is to get a nix-built operating system, preferably NixOS running on mobile devices, e.g. Android phones.

Prior work

This project heavily borrows and relies on the hard work from the PostmarketOS project.

Notes

This is an unofficial and unsanctioned project.