httm: reformat, move to by-name

This commit is contained in:
Franz Pletz
2024-07-23 21:55:23 +02:00
parent 24b1fa8cd9
commit c31bf92529
2 changed files with 5 additions and 6 deletions
@@ -1,7 +1,8 @@
{ lib
, rustPlatform
, fetchFromGitHub
, installShellFiles
{
lib,
rustPlatform,
fetchFromGitHub,
installShellFiles,
}:
rustPlatform.buildRustPackage rec {
-2
View File
@@ -1851,8 +1851,6 @@ with pkgs;
hsd = callPackage ../tools/misc/hsd { };
httm = darwin.apple_sdk_11_0.callPackage ../tools/filesystems/httm { };
hyperpotamus = callPackage ../tools/misc/hyperpotamus { };
immich-cli = callPackage ../tools/misc/immich-cli { };