tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
container2wasm: fix version in help output
Fabian Affolter
2 years ago
9f5a2891
5d67dd66
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
container2wasm
default.nix
+1
pkgs/development/tools/container2wasm/default.nix
···
19
ldflags = [
20
"-s"
21
"-w"
0
22
];
23
24
subPackages = [
···
19
ldflags = [
20
"-s"
21
"-w"
22
+
"-X=github.com/ktock/container2wasm/version.Version=${version}"
23
];
24
25
subPackages = [