blockattack: nixfmt

This commit is contained in:
Anderson Torres
2024-05-17 15:32:06 -03:00
parent 8ec62b508f
commit abaecccc88
+16 -15
View File
@@ -1,18 +1,19 @@
{ lib
, SDL2
, SDL2_image
, SDL2_mixer
, SDL2_ttf
, boost
, cmake
, fetchFromGitHub
, gettext
, gitUpdater
, ninja
, physfs
, pkg-config
, stdenv
, zip
{
lib,
SDL2,
SDL2_image,
SDL2_mixer,
SDL2_ttf,
boost,
cmake,
fetchFromGitHub,
gettext,
gitUpdater,
ninja,
physfs,
pkg-config,
stdenv,
zip,
}:
stdenv.mkDerivation (finalAttrs: {