Commit a143b486 authored by K900's avatar K900
Browse files

linux-firmware: actually set updateScript

oof
parent a1ff433e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -33,5 +33,8 @@ stdenvNoCC.mkDerivation rec {
    priority = 6; # give precedence to kernel firmware
  };

  passthru = { inherit version; };
  passthru = {
    inherit version;
    updateScript = ./update.sh;
  };
}