Loading pkgs/by-name/su/supabase-cli/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,11 @@ buildGoModule rec { tests.version = testers.testVersion { package = supabase-cli; }; updateScript = nix-update-script { }; updateScript = nix-update-script { # Fetch versions from GitHub releases to detect pre-releases and # avoid updating to them. extraArgs = [ "--use-github-releases" ]; }; }; meta = with lib; { Loading Loading
pkgs/by-name/su/supabase-cli/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,11 @@ buildGoModule rec { tests.version = testers.testVersion { package = supabase-cli; }; updateScript = nix-update-script { }; updateScript = nix-update-script { # Fetch versions from GitHub releases to detect pre-releases and # avoid updating to them. extraArgs = [ "--use-github-releases" ]; }; }; meta = with lib; { Loading