This commit is contained in:
mjallen18
2025-10-24 09:59:44 -05:00
parent 9582ca5392
commit 2b5614a07b
12 changed files with 487 additions and 347 deletions

View File

@@ -1,8 +1,9 @@
{ lib
, stdenv
, fetchFromGitHub
, pciutils
, bash
{
lib,
stdenv,
fetchFromGitHub,
pciutils,
bash,
}:
stdenv.mkDerivation {
@@ -36,7 +37,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/ryanrudolfoba/SteamDeck-BIOS-Manager";
license = licenses.agpl3Only;
platforms = platforms.linux;
maintainers = [];
maintainers = [ ];
sourceProvenance = with sourceTypes; [ ];
};
}