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:
parent
370a3574b2
commit
54213ab810
3 changed files with 46 additions and 22 deletions
1
docs/changelog.d/+fix-flake-update-pipeline.bugfix.md
Normal file
1
docs/changelog.d/+fix-flake-update-pipeline.bugfix.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix dagger flake-update pipeline: replace nonexistent `--exclude` flag with dynamic input discovery
|
||||
Loading…
Add table
Add a link
Reference in a new issue