tamatool: format with nixpkgs-rfc-style

This commit is contained in:
Olivér Falvai 2024-11-05 21:30:10 +01:00
parent f0bc0bd3f8
commit 94f930a196
No known key found for this signature in database

View File

@ -1,14 +1,15 @@
{ lib
, stdenv
, fetchFromGitHub
, zip
, copyDesktopItems
, libpng
, SDL2
, SDL2_image
{
lib,
stdenv,
fetchFromGitHub,
zip,
copyDesktopItems,
libpng,
SDL2,
SDL2_image,
# Optionally bundle a ROM file
, rom ? null
# Optionally bundle a ROM file
rom ? null,
}:
stdenv.mkDerivation (finalAttrs: {