feat(package): nbt2json: pack into nix
This commit is contained in:
@@ -141,6 +141,7 @@ in {
|
||||
sops = pkgs.callPackage ./sops.nix {};
|
||||
onlinepubs2man = pkgs.callPackage ./onlinepubs2man {};
|
||||
migrator = pkgs.callPackage ./migrator {};
|
||||
nbt2json = pkgs.callPackage ./nbt2json {};
|
||||
pg-17-ext-http = buildHttpExt pkgs "17";
|
||||
pg-17-ext-smtp-client = buildSmtpExt pkgs "17";
|
||||
pg-17-ext-plhaskell = buildPlHaskellExt pkgs "17";
|
||||
|
||||
13
package/nbt2json/default.nix
Normal file
13
package/nbt2json/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ fetchFromGitHub, buildGoModule, lib }: buildGoModule {
|
||||
pname = "nbt2json";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "nbt2json";
|
||||
owner = "midnightfreddie";
|
||||
rev = "64280635599803cca70483efd135628b8bdc8810";
|
||||
hash = "sha256-iWK6Hj6xKE/cSbAj1T7+Lg6fR/8VpqlIoNszEJcqPec=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-ehT3dE/XIxhY/vGhP6ijivRIb/oYEJeFDaEn+MdjaLw=";
|
||||
}
|
||||
Reference in New Issue
Block a user