chore: bump nixpkgs to pick up libwebsockets plugin path fix - #155
Merged
Conversation
Updates the nixpkgs input (nixos-unstable) from b5aa0fbd (2026-06-29) to 624af665 (2026-07-26). Motivation: this picks up NixOS/nixpkgs#532936 ("libwebsockets: fix plugin search path", merged 2026-07-02), which fixes ttyd 1.7.7 dying at startup with `lws_create_context: failed to load evlib_uv` on the previous lock (issue #77). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KcxC9a8wWApTSdAxKfpkGs
624af66 pulls in NixOS/nixpkgs#522372, which switched systemd-python to systemdLibs and silently broke journal reading: journal.Reader() opens but never returns entries, so fail2ban's systemd backend matches nothing and the web-fail2ban VM test never sees a ban (CI run 30476011178 — the only failing test in that run, and it passes on master's older lock). Pin 7578a0a (2026-07-11 18:44Z) instead. It still carries the libwebsockets plugin-path fix this PR is after — verified via the cmake/lws_config.h.in substitution, and ttyd loads with no "failed to load evlib_uv" — but predates the regression, so systemd-python builds against full systemd-261 rather than systemd-minimal-libs-261. flake.nix keeps ref = nixos-unstable. Re-bump once the revert NixOS/nixpkgs#546971 lands. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PsqGhkpjsb4kKAdVz25xKN
lionello
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the flake's single input, nixpkgs (tracking nixos-unstable), from
b5aa0fbd538984f6e3d201be0005b4463d8b09f8(2026-06-29) to624af665418d3c65d544145b4d34ad696439570e(2026-07-26).Motivation
This picks up NixOS/nixpkgs#532936 ("libwebsockets: fix plugin search path", merged 2026-07-02), which fixes ttyd 1.7.7 dying at startup with:
on the previous lock. Fixes #77.
Validation
nix eval --raw .#nixosConfigurations.vm.config.system.build.vm.drvPathsucceeds locally on the new lock; no module changes were needed.🤖 Generated with Claude Code
https://claude.ai/code/session_01KcxC9a8wWApTSdAxKfpkGs