mirror of
https://github.com/NotAShelf/goblin.git
synced 2024-11-01 11:01:17 +00:00
12 lines
187 B
Nix
12 lines
187 B
Nix
{buildGoModule}:
|
|
buildGoModule {
|
|
pname = "goblin";
|
|
version = "0.0.1";
|
|
|
|
src = ./.;
|
|
|
|
vendorHash = "sha256-TFSI51OEQrhbipjHligvPxDbxqpVWAwFyKoBjT+lql8=";
|
|
|
|
ldflags = ["-s" "-w"];
|
|
}
|