13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"mkhl.direnv"
|
|
]
|
|
}
|
|
},
|
|
"image": "ghcr.io/cachix/devenv:latest",
|
|
"overrideCommand": false,
|
|
"updateContentCommand": "devenv test"
|
|
}
|