nix format

This commit is contained in:
mjallen18
2026-01-03 09:28:28 -06:00
parent 4a6a68dad4
commit 105ed3bcb8
2 changed files with 137 additions and 140 deletions

View File

@@ -1,5 +1,6 @@
{ pkgs
, firmwareBuilder
{
pkgs,
firmwareBuilder,
}:
pkgs.replaceVarsWith {
@@ -16,4 +17,4 @@ pkgs.replaceVarsWith {
inherit firmwareBuilder;
copyKernels = true;
};
}
}