install bun

This commit is contained in:
2025-07-29 22:23:11 -04:00
parent cc0bb000f2
commit e013ce5a46

View File

@@ -5,7 +5,12 @@
inputs,
...
}: {
languages.javascript = {
enable = true;
bun.enable = true;
};
enterShell = ''
git --version
bun --version
'';
}