tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
richgo: enable tests
superherointj
3 years ago
92555464
34b15bb8
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
richgo
default.nix
-4
pkgs/development/tools/richgo/default.nix
···
13
13
14
14
vendorSha256 = "sha256-O63QEo0/+m9cYktMg4+RloLuUfAlCG0eGkxpHPFg/Cw=";
15
15
16
16
-
doCheck = false;
17
17
-
18
18
-
subPackages = [ "." ];
19
19
-
20
16
meta = with lib; {
21
17
description = "Enrich `go test` outputs with text decorations";
22
18
homepage = "https://github.com/kyoh86/richgo";