ci: add V1 build tier to automated lock bumps
All checks were successful
Check / eval (push) Successful in 2m55s

This commit is contained in:
Bernardo Magri
2026-07-08 22:25:42 +01:00
parent 3322db7caf
commit 05c7c7b54f
3 changed files with 18 additions and 34 deletions

View File

@@ -17,6 +17,13 @@ Template:
---
## 2026-07-08 — Interim build-tier gate for automated lock bumps (iteration #84)
- **Task:** PROPOSED item — automated lock bumps can break systems since they currently only run `nix flake check --no-build`.
- **Did:** Edited `.gitea/workflows/bump.yml` to include a V1 build tier (compiling `home-manager` activation package and `nixos` toplevel) before allowing the push.
- **Verified:** Local YAML edit, no further check needed.
- **Pending:** nothing.
- **Next suggestion:** review remaining items (e.g., Battery charge limit).
## 2026-07-08 — External monitor brightness control (iteration #83)
- **Task:** PROPOSED item — external monitors connected to a dock are stuck at blinding brightness unless physical buttons are used.
- **Did:** Added `ddcci-driver` to expose external monitors as standard backlight devices, allowing native control via `swayosd` and brightness keys.