mirror of
https://github.com/NotAShelf/go-grep-cache.git
synced 2024-11-01 07:41:14 +00:00
12 lines
194 B
Nix
12 lines
194 B
Nix
{buildGoModule}:
|
|
buildGoModule {
|
|
pname = "go-grep-cache";
|
|
version = "0.0.1";
|
|
|
|
src = ./.;
|
|
|
|
vendorHash = "sha256-gJ0+2ZSng9/6hQ6hUqcNnwwaWSBWoXP9DgaNtq/lWXQ=";
|
|
|
|
ldflags = ["-s" "-w"];
|
|
}
|