amdgpu-top: nixfmt

This commit is contained in:
wxt 2024-10-28 16:36:00 +08:00
parent 6f43bf210a
commit baaec20a8b

View File

@ -1,15 +1,16 @@
{ lib
, rustPlatform
, fetchFromGitHub
, libdrm
, libX11
, libGL
, wayland
, wayland-protocols
, libxkbcommon
, libXrandr
, libXi
, libXcursor
{
lib,
rustPlatform,
fetchFromGitHub,
libdrm,
libX11,
libGL,
wayland,
wayland-protocols,
libxkbcommon,
libXrandr,
libXi,
libXcursor,
}:
rustPlatform.buildRustPackage rec {