We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae02e4 commit 238316cCopy full SHA for 238316c
mnt/reform/pkgs/default.nix
@@ -4,7 +4,7 @@
4
}:
5
rec {
6
reform-flash-uboot =
7
- lib.mapAttrs (name: config: callPackage ./reform-flash-uboot.nix { inherit config; })
+ lib.mapAttrs (_name: config: callPackage ./reform-flash-uboot.nix { inherit config; })
8
{
9
reform2-rk3588-dsi = {
10
warn = true;
0 commit comments