Add devcontainer config
This commit is contained in:
parent
e9c529c3c5
commit
227c0926cf
12
.devcontainer/devcontainer.json
Normal file
12
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "nixpkgs",
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/nix:1": {
|
||||||
|
"multiUser": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"remoteEnv": {
|
||||||
|
"NIXPKGS": "/workspaces/nixpkgs"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user