Type alias FetchSuffixStyle

FetchSuffixStyle: "nix-style" | "gh-env-style" | "universal"

An enum for describing different "fetch suffixes" for i.d.s.

  • nix-style means that system names like x86_64-linux and aarch64-darwin are used
  • gh-env-style means that names like X64-Linux and ARM64-macOS are used
  • universal means that the suffix is the static universal (for non-system-specific things)