Added bun and js tooling for better automation

This commit is contained in:
2025-05-14 13:53:02 +01:00
parent 11e4db6672
commit 5c9dc284e8
6 changed files with 683 additions and 3 deletions
+10 -3
View File
@@ -7,13 +7,20 @@
}: {
packages = [
pkgs.git
pkgs.bun
pkgs.act
];
languages.python = {
enable = true;
uv = {
languages = {
python = {
enable = true;
uv = {
enable = true;
};
};
javascript.bun = {
enable = true;
install.enable = true;
};
};
}