go-grep-cache/default.nix

12 lines
194 B
Nix
Raw Permalink Normal View History

2023-10-26 13:09:41 +00:00
{buildGoModule}:
buildGoModule {
2023-10-26 13:19:34 +00:00
pname = "go-grep-cache";
2023-10-26 13:09:41 +00:00
version = "0.0.1";
src = ./.;
2023-10-26 13:19:34 +00:00
vendorHash = "sha256-gJ0+2ZSng9/6hQ6hUqcNnwwaWSBWoXP9DgaNtq/lWXQ=";
2023-10-26 13:09:41 +00:00
ldflags = ["-s" "-w"];
}