feat(dev): add ai coding tools python3 and fd
This commit is contained in:
@@ -18,7 +18,11 @@
|
|||||||
|
|
||||||
devShells = forEachSupportedSystem ({ pkgs }: {
|
devShells = forEachSupportedSystem ({ pkgs }: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs; [ node2nix nodejs nodePackages.pnpm yarn ];
|
packages = with pkgs; [
|
||||||
|
node2nix nodejs nodePackages.pnpm yarn
|
||||||
|
python3
|
||||||
|
fd
|
||||||
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user