flake: refactor packages to fit expectations

This commit is contained in:
Cassie Cheung 2025-02-07 11:48:15 +08:00
parent a71dc85e76
commit 81f28602aa
No known key found for this signature in database
4 changed files with 52 additions and 31 deletions

View file

@ -1,4 +1,9 @@
{ stdenvNoCC, fetchurl, lib }: stdenvNoCC.mkDerivation (final: {
{
stdenvNoCC,
fetchurl,
lib,
}:
stdenvNoCC.mkDerivation (final: {
pname = "get-apple-firmware";
version = "fe8c338e6cf1238a390984ba06544833ab8792d3";
src = fetchurl {