1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-02 13:07:37 +03:00
not really known
Go to file
2018-06-10 12:49:11 -04:00
devices Actually write data. 2018-06-10 12:49:11 -04:00
overlay Normalizes kernel package name. 2018-06-10 02:56:40 +00:00
.gitignore Adds default.nix that allows calling nix-build. 2018-06-10 01:00:12 +00:00
bootimg.nix WIP : boots and vibrates the device as expected 2018-06-10 03:03:24 +00:00
default.nix Adds default.nix that allows calling nix-build. 2018-06-10 01:00:12 +00:00
README.md WIP : boots and vibrates the device as expected 2018-06-10 03:03:24 +00:00
rootfs.nix WIP : boots and vibrates the device as expected 2018-06-10 03:03:24 +00:00
shell.nix Adds Asus Z00T kernel 2018-06-10 00:57:12 +00:00

Mobile NixOS

An overlay for building stuff.

This is a work-in-progress.

WIP notes

nix-build bootimg.nix
# 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.

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.