tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
eclint: set version
zowoq
3 years ago
cdf876f6
6c02c0ea
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
eclint
default.nix
+2
pkgs/development/tools/eclint/default.nix
···
17
18
vendorSha256 = "sha256-CdvxY3uX6i3Xtg50jqlNr+VXpeOeg8M27huasbzA96M=";
19
0
0
20
meta = with lib; {
21
homepage = "https://gitlab.com/greut/eclint";
22
description = "EditorConfig linter written in Go";
···
17
18
vendorSha256 = "sha256-CdvxY3uX6i3Xtg50jqlNr+VXpeOeg8M27huasbzA96M=";
19
20
+
ldflags = [ "-X main.version=${version}" ];
21
+
22
meta = with lib; {
23
homepage = "https://gitlab.com/greut/eclint";
24
description = "EditorConfig linter written in Go";