scaphandre: cleanup

This commit is contained in:
Weijia Wang
2023-09-28 22:44:37 +02:00
parent d90e8fdfb7
commit 8004b0ed17

View File

@@ -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 ];
};
}