fix: nix-search-tv add necessary env variable for build to succeed

https://github.com/3timeslazy/nix-search-tv/blob/5bcc012b9f6ae069c984e994f85eb7976b4d58a3/flake.nix#L67
This commit is contained in:
Luminar Leaf
2025-09-30 02:56:50 +05:30
committed by GitHub
parent 3c40fcafe3
commit bd2672fb4e
@@ -20,6 +20,8 @@ buildGoModule (finalAttrs: {
subPackages = [ "cmd/nix-search-tv" ];
env.GOEXPERIMENT = "jsonv2";
ldflags = [
"-s"
"-w"