minor tweaks

This commit is contained in:
2025-08-14 13:14:05 -04:00
parent e0cf995769
commit 3fccbb7a46

View File

@@ -10,7 +10,8 @@
bun.enable = true;
};
enterShell = ''
git --version
bun --version
echo ""
echo "$(git --version)"
echo "bun version $(bun --version)"
'';
}