Commit baaec20a authored by wxt's avatar wxt
Browse files

amdgpu-top: nixfmt

parent 6f43bf21
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
{ 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 {