diff --git a/images/full/.devcontainer/devcontainer.json b/images/full/.devcontainer/devcontainer.json index 1b3cbc1..ec3ee07 100644 --- a/images/full/.devcontainer/devcontainer.json +++ b/images/full/.devcontainer/devcontainer.json @@ -10,6 +10,9 @@ "ghcr.io/devcontainers/features/nix:1": {}, "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, + "ghcr.io/devcontainers-contrib/features/pipx-package:1": { + "package": "cruft" + }, "ghcr.io/devcontainers/features/python:1": {} }, "customizations": { @@ -23,4 +26,4 @@ "helm-completion": "helm completion bash | sudo tee -a /etc/bash_completion.d/helm > /dev/null", "pre-commit": "pre-commit install --install-hooks -t pre-commit -t commit-msg || true" } -} +} \ No newline at end of file