Unverified Commit bd2672fb authored by Luminar Leaf's avatar Luminar Leaf Committed by GitHub
Browse files

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

parent 3c40fcaf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ buildGoModule (finalAttrs: {

  subPackages = [ "cmd/nix-search-tv" ];

  env.GOEXPERIMENT = "jsonv2";

  ldflags = [
    "-s"
    "-w"