mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-01 03:32:26 +03:00
Removes dead code.
This commit is contained in:
parent
9e44b27e21
commit
982a705dc2
@ -1,13 +1,10 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
let
|
||||
msm-fb-refresher = (import ../../quirks/qualcomm/msm-fb-refresher.nix) { inherit pkgs lib; };
|
||||
in
|
||||
|
||||
{
|
||||
mobile.device.name = "asus-z00t";
|
||||
mobile.device.info = (lib.importJSON ../postmarketOS-devices.json).asus-z00t // {
|
||||
# TODO : make kernel part of options.
|
||||
kernel = pkgs.callPackage ./kernel { kernelPatches = pkgs.defaultKernelPatches; };
|
||||
# TODO : make stage-1 part of options.
|
||||
};
|
||||
mobile.hardware = {
|
||||
# This could also be pre-built option types?
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue
Block a user