batmon/nix/package.nix
2024-01-11 23:43:27 +03:00

12 lines
139 B
Nix

{buildGoModule}:
buildGoModule {
pname = "Batmon";
version = "0.1.0";
src = ../.;
vendorHash = null;
ldflags = ["-s" "-w"];
}