Fix flake-update pipeline and update ringtail flake inputs

The `--exclude` flag added in #321 never existed in nix — it was
introduced broken and never tested. Replace with dynamic input
discovery: query `nix flake metadata --json` for all input names,
filter out skip_inputs (default: nixpkgs-services), pass the rest
as positional args. Also bump NIX_IMAGE 2.33.3 → 2.34.4.

Updated inputs: nixpkgs, home-manager, disko.
nixpkgs-services stays pinned.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-06 08:24:48 -07:00
commit 54213ab810
3 changed files with 46 additions and 22 deletions

View file

@ -0,0 +1 @@
Fix dagger flake-update pipeline: replace nonexistent `--exclude` flag with dynamic input discovery