Skip to content

Commit 0d17ba3

Browse files
Add devcontainer config (#211063)
2 parents ed4a395 + 227c092 commit 0d17ba3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "nixpkgs",
3+
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
4+
"features": {
5+
"ghcr.io/devcontainers/features/nix:1": {
6+
"multiUser": false
7+
}
8+
},
9+
"remoteEnv": {
10+
"NIXPKGS": "/workspaces/nixpkgs"
11+
}
12+
}

0 commit comments

Comments
 (0)