1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-07-07 08:46:24 +03:00
not really known
Go to file
2024-05-13 15:08:59 -04:00
.ci ci: Fix instantiate-all.nix 2023-01-26 19:19:31 -05:00
.github/workflows ci: Actually run instantiate task 2021-02-02 05:52:46 -05:00
artwork artwork: Add boot logo 2023-05-03 21:51:18 -04:00
bin bin/kernel-normalize-config: Rely on a "support" system 2023-09-16 15:50:46 -04:00
boot XXX: lvgui: 2024-03-25 -> 2024-03-27 2024-03-29 20:09:47 -04:00
devices Merge pull request #681 from Luflosi/update/pine64-pinephone-kernel 2024-05-13 15:08:59 -04:00
doc further remove deprecated URL literals and unused vars 2023-12-15 17:13:07 +07:00
examples examples/installer: Fix README use of build 2024-03-25 21:06:19 -04:00
lib eval-with-configuration: Remove the deprecated build attribute 2024-03-25 21:03:10 -04:00
modules initrd-boot-gui: Disable device wait quirk 2024-03-27 20:31:31 -04:00
overlay overlay: Drop now unneeded ubootTools 2024-03-17 02:03:31 -04:00
support support/kernel-config: disable incompatible features on new kernels 2024-01-18 13:59:29 +01:00
.gitignore gitignore: Ignore old config files 2020-09-29 20:15:53 -04:00
CONTRIBUTING.adoc Fix link to NixOS contributing guidelines 2023-03-13 10:38:04 +01:00
default.nix default.nix: Remove misguided use of NIX_PATH 2023-09-14 19:04:54 -04:00
LICENSE LICENSE: update license notice 2020-05-04 19:28:41 -04:00
pkgs.nix pkgs.nix: Update pinned Nixpkgs 2024-03-25 16:27:05 -04:00
README.adoc Fix nixpkgs contributing link 2023-12-31 12:45:55 -08:00
release.nix release.nix: Add pine64-pinephonepro installer 2023-09-16 20:37:26 -04:00
shell.nix further remove deprecated URL literals and unused vars 2023-12-15 17:13:07 +07:00

++++
<div align="center"><a href="https://mobile.nixos.org/"><img src="artwork/logo/logo.svg" alt="Mobile NixOS" title="Mobile NixOS" width="500" height="130" /></a></div>
++++

*Mobile NixOS* is a superset on top of link:https://nixos.org/nixos/[NixOS Linux],
link:https://nixos.org/nixpkgs/[Nixpkgs] and link:https://nixos.org/nix/[Nix],
aiming to abstract away the differences between _mobile_ devices.

In four words: _“NixOS, on your phone”_.

ifdef::env-github[]
Read more: <<doc/about.adoc#,About Mobile NixOS>>.
endif::[]
ifndef::env-github[]
Read more: <<about.adoc#,About Mobile NixOS>>.
endif::[]

ifdef::env-github[]
⚠️ **Note**: Mobile NixOS is only expected to build succesfully against the **unstable** branch of Nixpkgs.
endif::[]
ifndef::env-github[]
[NOTE]
====
Mobile NixOS is only expected to build succesfully against the **unstable** branch of Nixpkgs.
====
endif::[]

== Documentation

 * link:https://mobile.nixos.org/[The Mobile NixOS website] hosts the rendered link:https://github.com/NixOS/mobile-nixos/tree/master/doc[doc folder] for Mobile NixOS documentation.

As Mobile NixOS is a superset of NixOS Linux, the following documentation applies:

 * link:https://nixos.org/nixos/manual[NixOS Manual] - how to install, configure, and maintain a purely-functional Linux distribution
 * link:https://nixos.org/nixpkgs/manual/[Nixpkgs Manual] - contributing to Nixpkgs and using programming-language-specific Nix expressions
 * link:https://nixos.org/nix/manual[Nix Package Manager Manual] - how to write Nix expressions (programs), and how to use Nix command line tools

== Community

Mobile NixOS development and questions is currently hosted on the
**NixOS on ARM** channel.

 * link:https://matrix.to/#/#nixos-on-arm:nixos.org?via=nixos.org&via=matrix.org[NixOS on ARM on the NixOS Matrix Space]

The following community resources are also available, for NixOS questions.

 * link:https://matrix.to/#/#nix:nixos.org?via=nixos.org&via=matrix.org[Nix and NixOS support channel on the NixOS Matrix Space]
 * link:https://discourse.nixos.org/[Discourse Forum]

== Other Project Repositories

 * link:https://github.com/NixOS/nix[Nix] - the purely functional package manager
 * link:https://github.com/NixOS/nixpkgs[Nixpkgs] - the Nix packages collection

== Continuous Integration

Mobile NixOS is continuously built on the link:https://hydra.nixos.org/[organization's Hydra instance].

 * link:https://hydra.nixos.org/jobset/mobile-nixos/unstable[Against the `nixos-unstable` branch of NixOS]
 ** link:https://hydra.nixos.org/job/mobile-nixos/unstable/tested[`tested` job]

There is no published artifacts for the time being, but the documentation
should point you towards resources that you can use to get started quicker when
your device is supported.

== Contributing

There are two ways your contributions can reach this project.

ifdef::env-github[]
 * <<CONTRIBUTING.adoc#,Contributing to Mobile NixOS>>
endif::[]
ifndef::env-github[]
 * <<contributing.adoc#,Contributing to Mobile NixOS>>
endif::[]
 * link:https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md[Contributing to Nixpkgs or NixOS]

Contributions are always welcome. If it's your first time contributing:
jump in and don't be scared. Mistakes in your first contributions are room for
improvement; it is not in our nature to scold new contributors.

== License

Mobile NixOS is licensed under the link:https://github.com/NixOS/mobile-nixos/blob/master/LICENSE[MIT License].

[NOTE]
====
As with Nixpkgs, the MIT license does not apply to the packages built,
but only to the files in this repository (expressions, scripts, modules, etc.).

Patches and derivative work are covered by the licenses of their respective
packages.
====