Skip to content

Commit da3fd26

Browse files
authored
feat: add dev nix container
1 parent 73a453f commit da3fd26

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
{
3+
"name": "nix",
4+
"image": "mcr.microsoft.com/devcontainers/base:jammy",
5+
"features": {
6+
"ghcr.io/devcontainers/features/nix:1":{}
7+
},
8+
9+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
10+
// "forwardPorts": [],
11+
12+
// Use 'postCreateCommand' to run commands after the container is created.
13+
// "postCreateCommand": "uname -a",
14+
15+
// Configure tool-specific properties.
16+
// "customizations": {},
17+
18+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
19+
"remoteUser": "root"
20+
}

0 commit comments

Comments
 (0)