checkpoint lol

This commit is contained in:
mjallen18
2025-12-29 15:13:52 -06:00
parent 67fb7d7323
commit 82e062a7e8
15 changed files with 394 additions and 144 deletions

View File

@@ -2,14 +2,11 @@
# because libraspberrypi is outdated and deprecated
{
lib,
ccacheStdenv,
stdenv,
fetchFromGitHub,
cmake,
dtc,
}:
let
stdenv = ccacheStdenv;
in
stdenv.mkDerivation (_finalAttrs: {
pname = "raspberrypi-utils";
version = "unstable-2025-12-26";