modified: configuration.nix
This commit is contained in:
parent
a78a0d4ac6
commit
2a2ff8957e
1 changed files with 46 additions and 0 deletions
|
|
@ -441,6 +441,12 @@ in
|
||||||
formulahendry.code-runner
|
formulahendry.code-runner
|
||||||
tomoki1207.pdf
|
tomoki1207.pdf
|
||||||
ms-vscode.hexeditor
|
ms-vscode.hexeditor
|
||||||
|
ms-vscode.makefile-tools
|
||||||
|
ms-ceintl.vscode-language-pack-ru
|
||||||
|
ms-python.python
|
||||||
|
ms-python.pylint
|
||||||
|
ms-python.isort
|
||||||
|
ms-python.black-formatter
|
||||||
jebbs.plantuml
|
jebbs.plantuml
|
||||||
ms-toolsai.jupyter
|
ms-toolsai.jupyter
|
||||||
ms-toolsai.vscode-jupyter-slideshow
|
ms-toolsai.vscode-jupyter-slideshow
|
||||||
|
|
@ -460,10 +466,50 @@ in
|
||||||
publisher = "brobeson";
|
publisher = "brobeson";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
sha256 = "sha256-RDgO8/XenttOcYQSGEu4N2FKg9+FZaQe6HYkVjztH5o=";
|
sha256 = "sha256-RDgO8/XenttOcYQSGEu4N2FKg9+FZaQe6HYkVjztH5o=";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "cortex-debug";
|
||||||
|
publisher = "marus25";
|
||||||
|
version = "1.12.1";
|
||||||
|
sha256 = "sha256-ioK6gwtkaAcfxn11lqpwhrpILSfft/byeEqoEtJIfM0=";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "vscode-serial-monitor";
|
||||||
|
publisher = "ms-vscode";
|
||||||
|
version = "0.13.251128001";
|
||||||
|
sha256 = "sha256-eTQcLyF6DMvzDByKLw2KR8PrjVwejsOU60Hew7IOmY8=";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "linux-arm-none-eabi";
|
||||||
|
publisher = "metalcode-eu";
|
||||||
|
version = "0.1.2";
|
||||||
|
sha256 = "sha256-MCpBsd491pCO1K9tgL5KBJQbtr4IuVEuTPQzQHeQSWQ=";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "arm-assembly-syntax";
|
||||||
|
publisher = "ciprianelies";
|
||||||
|
version = "1.7.6";
|
||||||
|
sha256 = "sha256-4vWw0ogtZ3mOw0lT95k/5I/7GMvU5kfaaztwc+eI/do=";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "stm32-for-vscode";
|
||||||
|
publisher = "bmd";
|
||||||
|
version = "3.2.13";
|
||||||
|
sha256 = "sha256-Dzj++F0xTDOaL9VA3X/bVtAhkxd8kPPl3Oz8LWrXpAA=";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "qt-cpp-pack";
|
||||||
|
publisher = "TheQtCompany";
|
||||||
|
version = "1.0.2";
|
||||||
|
sha256 = "sha256-Kd2/kk3qJUOahz71Uh3mUI1wDuwS8/t84tgdWorRPG4";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
qtcreator
|
||||||
|
isort black
|
||||||
|
|
||||||
|
|
||||||
# POSIX утилиты для совместимости
|
# POSIX утилиты для совместимости
|
||||||
om4
|
om4
|
||||||
pax
|
pax
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue