generated from stubbfel/nix-project-template
26 lines
564 B
JSON
26 lines
564 B
JSON
{
|
|
"name": "Alpine",
|
|
"image": "mcr.microsoft.com/devcontainers/base:alpine",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/nix:1": {
|
|
"extraNixConfig": "experimental-features = nix-command flakes",
|
|
"packages": "nixpkgs-fmt"
|
|
}
|
|
},
|
|
"runArgs": [
|
|
"--userns=keep-id"
|
|
],
|
|
"containerUser": "vscode",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"jnoortheen.nix-ide",
|
|
"ms-azuretools.vscode-docker",
|
|
"eamodio.gitlens",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"timonwong.shellcheck",
|
|
"foxundermoon.shell-format"
|
|
]
|
|
}
|
|
}
|
|
} |