nix-community / nix-vscode-extensions

Nix expressions for VSCode and OpenVSX extensions [maintainers: @deemp, @AmeerTaweel]
MIT License
169 stars 9 forks source link

feat(extra/codelldb): add platform: linux-arm64, darwin-x64, darwin-a… #35

Closed cathaysia closed 1 year ago

cathaysia commented 1 year ago

the hash generated by:

export aarch64_darwin=`nix-prefetch-url https://github.com/vadimcn/codelldb/releases/download/v1.9.2/codelldb-aarch64-darwin.vsix`;
export aarch64_linux=`nix-prefetch-url https://github.com/vadimcn/codelldb/releases/download/v1.9.2/codelldb-aarch64-linux.vsix`;
export arm_linux=`nix-prefetch-url https://github.com/vadimcn/codelldb/releases/download/v1.9.2/codelldb-arm-linux.vsix`;
export x86_64_darwin=`nix-prefetch-url https://github.com/vadimcn/codelldb/releases/download/v1.9.2/codelldb-x86_64-darwin.vsix`;
export x86_64_linux=`nix-prefetch-url https://github.com/vadimcn/codelldb/releases/download/v1.9.2/codelldb-x86_64-linux.vsix`;
export x86_64_windows=`nix-prefetch-url https://github.com/vadimcn/codelldb/releases/download/v1.9.2/codelldb-x86_64-windows.vsix`;
cathaysia commented 1 year ago

the last commit change workflow, please review it.