From d4b122e8327a1cb0bc0e0965538c9a3add073ca3 Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Wed, 15 May 2024 10:45:05 +0000 Subject: [PATCH] feat(full): add cruft to full image --- images/full/.devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/full/.devcontainer/devcontainer.json b/images/full/.devcontainer/devcontainer.json index 1b3cbc1..c54b797 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": {