codum: instala extensión de riscv

This commit is contained in:
Fabián Montero 2022-09-07 20:26:47 -06:00
parent 2fa4232230
commit db2ecdfff3
2 changed files with 10 additions and 0 deletions

View file

@ -19,6 +19,7 @@ with lib;
sirtori.indenticator
toasty-technologies.octave
Gimly81.matlab
zhwu95.riscv
]);
userSettings = {
"files.autoSave" = "onFocusChange";

View file

@ -47,5 +47,14 @@
sha256 = "sha256-tbqblaBX+wqgasfGLsFp49xYxXi5CF39YPYs0QyANt0=";
};
};
zhwu95.riscv = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "zhwu95";
name = "riscv";
version = "0.0.8";
sha256 = "sha256-PXaHSEXoN0ZboHIoDg37tZ+Gv6xFXP4wGBS3YS/53TY=";
};
};
# para obtener el sha: lib.fakeSha256
}