mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-02-22 19:38:21 +00:00
11 lines
141 B
Nix
11 lines
141 B
Nix
{buildGoModule}:
|
|
buildGoModule {
|
|
pname = "sample-go";
|
|
version = "0.0.1";
|
|
|
|
src = ./.;
|
|
|
|
vendorHash = null;
|
|
|
|
ldflags = ["-s" "-w"];
|
|
}
|