fixes and formatting
This commit is contained in:
parent
a6c96c23ae
commit
80cf48f1e8
71 changed files with 746 additions and 1110 deletions
|
|
@ -4,16 +4,17 @@
|
|||
crossPkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
(_:
|
||||
import
|
||||
"${inputs.sdm845}/nixos/profiles/boot/kernel/sdm845-mainline"
|
||||
{
|
||||
(
|
||||
_:
|
||||
import "${inputs.sdm845}/nixos/profiles/boot/kernel/sdm845-mainline" {
|
||||
inherit lib config;
|
||||
pkgs = crossPkgs;
|
||||
inputs = inputs.sdm845.inputs;
|
||||
})
|
||||
}
|
||||
)
|
||||
];
|
||||
|
||||
boot.initrd.allowMissingModules = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue