Update disused function to runCommand

runCommandNoCC is deprecated.
This commit is contained in:
Winston R. Milling 2022-09-28 10:44:52 -05:00 committed by GitHub
parent 2a7f39aac2
commit 9b98a70d46
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;