pbm: init at 1.3.1
This commit is contained in:
parent
3408b40fb5
commit
00038e264e
17
pkgs/tools/admin/pbm/default.nix
Normal file
17
pkgs/tools/admin/pbm/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ buildDotnetGlobalTool, lib }:
|
||||
|
||||
buildDotnetGlobalTool {
|
||||
pname = "pbm";
|
||||
version = "1.3.1";
|
||||
|
||||
nugetSha256 = "sha256-ZG2HFyKYhVNVYd2kRlkbAjZJq88OADe3yjxmLuxXDUo=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "CLI for managing Akka.NET applications and Akka.NET Clusters.";
|
||||
homepage = "https://cmd.petabridge.com/index.html";
|
||||
changelog = "https://cmd.petabridge.com/articles/RELEASE_NOTES.html";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ anpin mdarocha ];
|
||||
};
|
||||
}
|
@ -808,6 +808,8 @@ with pkgs;
|
||||
|
||||
fsautocomplete = callPackage ../development/tools/fsautocomplete { };
|
||||
|
||||
pbm = callPackage ../tools/admin/pbm { };
|
||||
|
||||
dotnetenv = callPackage ../build-support/dotnet/dotnetenv {
|
||||
dotnetfx = dotnetfx40;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user