mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 13:10:29 +03:00
6bc8e35681
Used to "toggle" the framebuffer so the driver starts rendering.
8 lines
73 B
Nix
8 lines
73 B
Nix
{
|
|
imports = [
|
|
./exynos
|
|
./qualcomm
|
|
./framebuffer.nix
|
|
];
|
|
}
|