chore: format raspberry-pi/ with nixfmt --strict
This commit is contained in:
parent
41c6b421bd
commit
25b82e0755
7 changed files with 12 additions and 39 deletions
|
|
@ -4,14 +4,11 @@
|
|||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
boot = {
|
||||
kernelPackages = lib.mkDefault (
|
||||
pkgs.linuxPackagesFor (
|
||||
pkgs.callPackage ../common/kernel.nix {
|
||||
rpiVersion = 5;
|
||||
}
|
||||
)
|
||||
pkgs.linuxPackagesFor (pkgs.callPackage ../common/kernel.nix { rpiVersion = 5; })
|
||||
);
|
||||
initrd.availableKernelModules = [
|
||||
"nvme"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue