nufmt: init at unstable-2023-09-25 (#264500)

* maintainers: add iogamaster

* nufmt: init at unstable-2023-09-25
This commit is contained in:
IogaMaster 2024-03-25 13:04:12 +00:00 committed by GitHub
parent 8d0ae2b25d
commit 973ce720b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
lib,
fetchFromGitHub,
rustPlatform,
...
}:
rustPlatform.buildRustPackage rec {
pname = "nufmt";
version = "unstable-2023-09-25";
src = fetchFromGitHub {
owner = "nushell";
repo = "nufmt";
rev = "796ee834c1e31ead4c5479bf2827a4339c5d61d1";
hash = "sha256-BwKLl8eMCrqVt9PA5SHAXxu3ypP2ePcSuljKL+wSkvw=";
};
cargoSha256 = "sha256-16Z20opeZpoa7h258um+grL3ktPmY4P0M/tqMTr5hYc=";
meta = with lib; {
description = "The nushell formatter";
homepage = "https://github.com/nushell/nufmt";
license = licenses.mit;
maintainers = with maintainers; [iogamaster];
};
}

View File

@ -41297,6 +41297,8 @@ with pkgs;
treefmt = callPackage ../development/tools/treefmt { };
nufmt = callPackage ../development/tools/nufmt { };
bottom = darwin.apple_sdk_11_0.callPackage ../tools/system/bottom { };
cagebreak = callPackage ../applications/window-managers/cagebreak {