mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 18:21:41 +03:00
fb64a005de
We are now splitting the concerns more clearly, by making `baseModules` the reason we are evaluating NixOS, rather than wholesale always including it into the modules.
35 lines
723 B
Nix
35 lines
723 B
Nix
# Then add our additional modules.
|
|
# Keep this list `:sort`ed.
|
|
[
|
|
./_nixos-disintegration
|
|
./adb.nix
|
|
./boot-initrd.nix
|
|
./cross-workarounds.nix
|
|
./devices-metadata.nix
|
|
./hardware-allwinner.nix
|
|
./hardware-generic.nix
|
|
./hardware-qualcomm.nix
|
|
./hardware-ram.nix
|
|
./hardware-rockchip.nix
|
|
./hardware-screen.nix
|
|
./hardware-soc.nix
|
|
./initrd-base.nix
|
|
./initrd-boot-gui.nix
|
|
./initrd-fbterm.nix
|
|
./initrd-fail.nix
|
|
./initrd-kernel.nix
|
|
./initrd-logs.nix
|
|
./initrd-network.nix
|
|
./initrd-shell.nix
|
|
./initrd-ssh.nix
|
|
./initrd-usb.nix
|
|
./initrd-vendor.nix
|
|
./initrd.nix
|
|
./internal.nix
|
|
./mobile-device.nix
|
|
./nixpkgs.nix
|
|
./quirks/qualcomm/default.nix
|
|
./system-target.nix
|
|
./system-types.nix
|
|
]
|