go-jsonnet: add jsonnetfmt binary (#91953)
Add binary jsonnetfmt to go-jsonnet package go-jsonnet added a jsonnetfmt implementation in [0.16.0](https://github.com/google/jsonnet/releases/tag/v0.16.0) As nix includes the C++ jsonnetfmt implementation in the main jsonnet package, it makes sense to mirror that pattern in the go package.
This commit is contained in:
parent
1c09333e44
commit
2b866d8b53
@ -13,7 +13,7 @@ buildGoModule rec {
|
|||||||
|
|
||||||
vendorSha256 = "0nsm4gsbbn8myz4yfi6m7qc3iizhdambsr18iks0clkdn3mi2jn1";
|
vendorSha256 = "0nsm4gsbbn8myz4yfi6m7qc3iizhdambsr18iks0clkdn3mi2jn1";
|
||||||
|
|
||||||
subPackages = [ "cmd/jsonnet" ];
|
subPackages = [ "cmd/jsonnet" "cmd/jsonnetfmt" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An implementation of Jsonnet in pure Go";
|
description = "An implementation of Jsonnet in pure Go";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user