chore: format raspberry-pi/ with nixfmt --strict

This commit is contained in:
Issam E. Maghni 2026-02-18 18:44:47 -05:00
parent 41c6b421bd
commit 25b82e0755
7 changed files with 12 additions and 39 deletions

View file

@ -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"