mirror of
https://github.com/NotAShelf/batmon.git
synced 2024-11-22 21:31:08 +00:00
12 lines
139 B
Nix
12 lines
139 B
Nix
{buildGoModule}:
|
|
buildGoModule {
|
|
pname = "Batmon";
|
|
version = "0.1.0";
|
|
|
|
src = ../.;
|
|
|
|
vendorHash = null;
|
|
|
|
ldflags = ["-s" "-w"];
|
|
}
|