Add tools for building

This commit is contained in:
greg-compass
2022-10-04 12:00:50 -05:00
parent 3625b42534
commit c474a0b08e
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -39,11 +39,19 @@
kamikillerto.vscode-colorize kamikillerto.vscode-colorize
ms-azuretools.vscode-docker ms-azuretools.vscode-docker
ms-python.python ms-python.python
redhat.java
redhat.vscode-yaml redhat.vscode-yaml
ritwickdey.liveserver ritwickdey.liveserver
streetsidesoftware.code-spell-checker streetsidesoftware.code-spell-checker
vscodevim.vim vscodevim.vim
yzhang.markdown-all-in-one yzhang.markdown-all-in-one
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "vscode-bazel";
publisher = "BazelBuild";
version = "0.5.0";
sha256 = "sha256-JJQSwU3B5C2exENdNsWEcxFSgWHnImYas4t/KLsgTj4=";
}
]; ];
}; };
in { in {
+2
View File
@@ -46,6 +46,8 @@ in {
home.stateVersion = "22.05"; home.stateVersion = "22.05";
home.packages = with pkgs; [ home.packages = with pkgs; [
bazel
bazel-buildtools
bitwarden-cli bitwarden-cli
cdrtools cdrtools
diffutils diffutils