nufmt: move to by-name

This commit is contained in:
Austin Horstman
2024-10-14 12:35:14 -05:00
parent 5837aedb4d
commit 9f9bd495d4
2 changed files with 3 additions and 5 deletions
@@ -26,10 +26,10 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-16Z20opeZpoa7h258um+grL3ktPmY4P0M/tqMTr5hYc=";
meta = with lib; {
meta = {
description = "Nushell formatter";
homepage = "https://github.com/nushell/nufmt";
license = licenses.mit;
maintainers = with maintainers; [ iogamaster ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ iogamaster ];
};
}
-2
View File
@@ -38653,8 +38653,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
nufmt = callPackage ../development/tools/nufmt { };
bottom = darwin.apple_sdk_11_0.callPackage ../tools/system/bottom { };
cagebreak = callPackage ../applications/window-managers/cagebreak {