xcur2png: format with nixfmt-rfc-style

This commit is contained in:
Mihai Fufezan
2024-09-20 22:29:08 +03:00
parent 5935caffde
commit 4cf65dda7b
+8 -1
View File
@@ -1,4 +1,11 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, libpng, xorg }:
{
lib,
stdenv,
fetchFromGitHub,
pkg-config,
libpng,
xorg,
}:
stdenv.mkDerivation rec {
pname = "xcur2png";