feat(dev): add ai coding tools python3 and fd

This commit is contained in:
2026-06-10 01:27:23 -07:00
parent 266137ff5f
commit 3003a68e39
+5 -1
View File
@@ -18,7 +18,11 @@
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [ node2nix nodejs nodePackages.pnpm yarn ];
packages = with pkgs; [
node2nix nodejs nodePackages.pnpm yarn
python3
fd
];
};
});
};