Move to Bun

This commit is contained in:
2026-02-24 17:51:12 -07:00
parent c5fc1cedd7
commit 22d3b9d7df
9 changed files with 29 additions and 4843 deletions

View File

@@ -22,14 +22,12 @@
devShells = forAllSystems ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [
nodejs_24
nodePackages.pnpm
bun
];
shellHook = ''
echo "<atashdotdev dev shell>"
echo "Node version: $(node --version)"
echo "pnpm version: $(pnpm --version)"
echo "Bun version: $(bun --version)"
'';
};
});