WIP mobile, broken build
This commit is contained in:
parent
b506e8af60
commit
4a03eb9193
14 changed files with 95 additions and 82 deletions
20
clients/quadphone/hardware-configuration.nix
Normal file
20
clients/quadphone/hardware-configuration.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
(_:
|
||||
import
|
||||
"${inputs.sdm845}/nixos/profiles/boot/kernel/sdm845-mainline"
|
||||
{
|
||||
inherit pkgs lib config;
|
||||
inputs = inputs.sdm845.inputs;
|
||||
})
|
||||
];
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
nixpkgs.config.allowBroken = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue