powertop: format with nixpkgs-fmt

This commit is contained in:
Anthony Roussel
2023-01-06 04:53:58 +01:00
parent 700dda2156
commit 1b28b9c555
+15 -2
View File
@@ -1,5 +1,18 @@
{ lib, stdenv, fetchFromGitHub, gettext, libnl, ncurses, pciutils
, pkg-config, zlib, autoreconfHook, autoconf-archive, nix-update-script, testers, powertop }:
{ lib
, stdenv
, fetchFromGitHub
, gettext
, libnl
, ncurses
, pciutils
, pkg-config
, zlib
, autoreconfHook
, autoconf-archive
, nix-update-script
, testers
, powertop
}:
stdenv.mkDerivation rec {
pname = "powertop";