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