Unverified Commit e416cfd2 authored by t4ccer's avatar t4ccer
Browse files

measureme: move to by-name, format

parent 98b24991
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, rustPlatform }:
{
  lib,
  fetchFromGitHub,
  rustPlatform,
}:

rustPlatform.buildRustPackage rec {
  pname = "measureme";
+0 −2
Original line number Diff line number Diff line
@@ -5629,8 +5629,6 @@ with pkgs;
  maxcso = callPackage ../tools/archivers/maxcso { };
  measureme = callPackage ../development/tools/rust/measureme { };
  medusa = callPackage ../tools/security/medusa { };
  megasync = libsForQt5.callPackage ../applications/misc/megasync {