Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iec17afe27e51e55d53e09479fcdfd4456a6a6964
11 lines
140 B
Nix
11 lines
140 B
Nix
{buildGoModule}:
|
|
buildGoModule {
|
|
pname = "sample-go";
|
|
version = "0.0.1";
|
|
|
|
src = ../.;
|
|
|
|
vendorHash = "";
|
|
|
|
ldflags = ["-s" "-w"];
|
|
}
|