Skip to content

Commit

Permalink
Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Feb 15, 2025
1 parent 3c843d0 commit cf9be40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
tinybootLoader = final.pkgsStatic.callPackage ./pkgs/tinyboot {
withLoader = true;
withTools = false;
tinybootTools = final.buildPackages.pkgsStatic.tinybootTools;
tinybootTools = final.buildPackages.pkgsStatic.tinybootTools; # TODO(jared): this shouldn't be needed
};
armTrustedFirmwareMT8183 = final.callPackage ./pkgs/arm-trusted-firmware-cros {
platform = "mt8183";
Expand Down

0 comments on commit cf9be40

Please sign in to comment.