From 06701362c5d8eae61581dab33f0d769ad1ca6729 Mon Sep 17 00:00:00 2001 From: Arnav Wadhwa Date: Sat, 12 Sep 2026 17:52:10 -0700 Subject: [PATCH] feat(packages): add vim to packages --- README.md | 2 +- packages.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97516ba..f362457 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ dependencies and installs them with `uv`. `packages.txt` is the single source of truth, read during the image build. Current contents: -- core: `git`, `curl`, `ca-certificates` +- core: `git`, `curl`, `ca-certificates`, `vim` - I2C: `i2c-tools` - rpi-lgpio build toolchain (lgpio compiles from source at `uv sync`): `swig`, `python3-dev`, `liblgpio-dev` - kivy runtime: `libsdl2-2.0-0`, `libsdl2-image-2.0-0`, `libsdl2-mixer-2.0-0`, `libsdl2-ttf-2.0-0`, `libmtdev1`, `libgl1-mesa-dri` diff --git a/packages.txt b/packages.txt index c81c590..31ce65d 100644 --- a/packages.txt +++ b/packages.txt @@ -1,6 +1,7 @@ git curl ca-certificates +vim i2c-tools