Merge pull request #470 from wrmilling/master

This commit is contained in:
Sandro 2022-09-28 19:43:59 +02:00 committed by GitHub
commit 203dd7d7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ lib
, fetchFromGitHub
, runCommandNoCC
, runCommand
}:
let
@ -11,7 +11,7 @@ let
sha256 = "0ac7z3m5mnmk1qhf9pq9s3y6ky8jmd3ggn8m29797z1ng40q3cka";
};
in
runCommandNoCC "pinebookpro-ap6256-firmware"
runCommand "pinebookpro-ap6256-firmware"
{
meta = with lib; {
license = licenses.unfreeRedistributable;