amdgpu-top: nixfmt

This commit is contained in:
wxt
2024-10-28 16:50:35 +08:00
parent 6f43bf210a
commit baaec20a8b
+13 -12
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 {