mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-26 10:18:36 +00:00
11 lines
415 B
Markdown
11 lines
415 B
Markdown
# Changelog
|
|
|
|
## 2026-07-20
|
|
|
|
- Added `overlays/paho-mqtt.nix` to disable paho-mqtt's flaky, socket-based
|
|
test suite. Its `checkPhase` hangs in the Nix sandbox and times out with a
|
|
`KeyboardInterrupt` after ~150s, which was breaking the `flame` rebuild
|
|
(paho-mqtt is pulled in transitively, e.g. via mealie). The override is
|
|
applied through `pythonPackagesExtensions` so it covers every Python
|
|
package set.
|