tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
jsonfmt: add mainProgram entrypoint
Thomas Laich
2 years ago
bc1a2310
27cb0671
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
jsonfmt
default.nix
+1
pkgs/development/tools/misc/jsonfmt/default.nix
···
36
36
changelog = "https://github.com/caarlos0/jsonfmt/releases/tag/${src.rev}";
37
37
license = licenses.mit;
38
38
maintainers = with maintainers; [ figsoda ];
39
39
+
mainProgram = "jsonfmt";
39
40
};
40
41
}