aoc/2024/haskell/.devcontainer/devcontainer.json
2024-12-01 12:39:07 +01:00

11 lines
497 B
JSON

{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainer.schema.json",
"build": {
"dockerfile": "Containerfile",
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {}
},
"remoteUser": "dev",
"postCreateCommand": "curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_INSTALL_HLS=y BOOTSTRAP_HASKELL_NONINTERACTIVE=y BOOTSTRAP_HASKELL_ADJUST_BASHRC=y bash"
}