Skip to content

Commit 6b38ec1

Browse files
committed
Fix the devcontainer to work with Github Codespaces
1 parent 210fadc commit 6b38ec1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2-
"name": "Autonomy Builder",
3-
"image": "ghcr.io/build-trust/autonomy-builder"
2+
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
3+
"features": {
4+
"ghcr.io/devcontainers/features/nix:1": {
5+
"extraNixConfig": "experimental-features = nix-command flakes, download-buffer-size = 268435456"
6+
}
7+
},
8+
"customizations": {
9+
"vscode": {
10+
"extensions": ["mkhl.direnv"]
11+
}
12+
}
413
}

0 commit comments

Comments
 (0)