mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
gotestsum: add subPackages
This commit is contained in:
parent
39a380cac2
commit
d98de3f82e
@ -17,6 +17,8 @@ buildGoModule rec {
|
|||||||
|
|
||||||
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
|
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
|
||||||
|
|
||||||
|
subPackages = [ "." ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/gotestyourself/gotestsum";
|
homepage = "https://github.com/gotestyourself/gotestsum";
|
||||||
description = "A human friendly `go test` runner";
|
description = "A human friendly `go test` runner";
|
||||||
|
Loading…
Reference in New Issue
Block a user