about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-01-06 04:52:49 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-01-06 04:53:58 +0100
commit1b28b9c555bbddbc6b9594cff67f3d8a7524ef06 (patch)
tree63f9cd746fc3ce13729fe52d7943d72921febfef /pkgs/os-specific
parent700dda2156660c0c8c9f45498534aeeb33e6ee58 (diff)
powertop: format with nixpkgs-fmt
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/powertop/default.nix17
1 files changed, 15 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix
index f353067094b09..02c2851177a7e 100644
--- a/pkgs/os-specific/linux/powertop/default.nix
+++ b/pkgs/os-specific/linux/powertop/default.nix
@@ -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";