We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3214921 commit 0f18296Copy full SHA for 0f18296
shell.nix
@@ -3,8 +3,6 @@ pkgs.mkShell {
3
packages = [
4
pkgs.bun
5
pkgs.biome
6
- # why gatsby
7
- pkgs.python312
8
pkgs.nodejs-slim # required by astro to find sharp
9
];
10
}
0 commit comments