nufmt: move to by-name
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user