infrastructure/nixos/pkgs/vscode-extensions/platformio.nix
Vivian 6f16efd9cd
All checks were successful
Lint / lint (push) Successful in 1s
Plex Update / update (push) Successful in 8s
update flake
2023-06-07 11:34:57 +02:00

12 lines
319 B
Nix

{ vscode-utils }:
let inherit (vscode-utils) buildVscodeMarketplaceExtension;
in buildVscodeMarketplaceExtension {
mktplcRef = {
name = "platformio-ide";
publisher = "platformio";
version = "3.1.1";
sha256 = "sha256-g9yTG3DjVUS2w9eHGAai5LoIfEGus+FPhqDnCi4e90Q=";
# sha256 = lib.fakeSha256;
};
}