From 1b28b9c555bbddbc6b9594cff67f3d8a7524ef06 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Fri, 6 Jan 2023 04:52:49 +0100 Subject: [PATCH] powertop: format with nixpkgs-fmt --- pkgs/os-specific/linux/powertop/default.nix | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix index f353067094b0..02c2851177a7 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";