From 8004b0ed17eabf2dc8541e271a2a77136070a8ab Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:44:37 +0200 Subject: [PATCH] scaphandre: cleanup --- pkgs/servers/scaphandre/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/servers/scaphandre/default.nix b/pkgs/servers/scaphandre/default.nix index 04a3c7fee169..21b72c031be2 100644 --- a/pkgs/servers/scaphandre/default.nix +++ b/pkgs/servers/scaphandre/default.nix @@ -1,10 +1,8 @@ -{ stdenv -, lib +{ lib , rustPlatform , fetchFromGitHub , pkg-config , openssl -, powercap , nix-update-script , runCommand , dieHook @@ -66,7 +64,7 @@ rustPlatform.buildRustPackage rec { description = "Electrical power consumption metrology agent"; homepage = "https://github.com/hubblo-org/scaphandre"; license = licenses.asl20; - platforms = with platforms; [ "x86_64-linux"]; + platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ gaelreyrol ]; }; }