Draft
Conversation
Updated: nixpkgs, flake-parts, haskell-flake, nixos-unified, emanote-template
- Remove fsnotify 0.4.1.0 pin (nixpkgs has 0.4.4.0) - Remove ghcid 0.8.8 pin (nixpkgs has 0.8.9) - Apply fourmolu formatting changes from updated toolchain
Owner
Author
|
| Step | Status | Duration | Verification |
|---|---|---|---|
| sync | ✓ | 3s | git fetch succeeded |
| research | ✓ | 14s | Task understood |
| hickey | ✓ | 8s | No findings |
| branch | ✓ | 19s | PR #629 created |
| implement | ✓ | ~5m 32s | flake update + pin removal + tailwind fix + formatting |
| docs | ✓ (skip) | 0s | No docs to update |
| police | ✓ (skip) | 0s | No code logic changes |
| fmt | ✓ | ~1m 30s | fourmolu applied |
| commit | ✓ | 40s | 4 commits pushed |
| test | ✓ (skip) | 0s | CI covers tests |
| ci | ✓ | 2m 43s | 5 packages built |
| update-pr | ✓ | 17s | PR updated |
| Total | ~10m 12s |
Optimization suggestions
- CI dominated at ~2m 43s — for re-runs after small fixes, use
--from ci-only - Formatting iteration took 2 CI cycles because nixpkgs fourmolu didn't match project config — pre-formatting with the project's fourmolu.yaml settings before first CI attempt would save ~3 minutes
- tailwind build failure was a new breakage in updated nixpkgs — checking
nix buildlocally on the main package before pushing would catch this earlier - Consider pinning fourmolu version in the project to avoid formatting churn on updates
Workflow completed at 2026-04-07T00:13:10Z.
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 all flake inputs to latest and removes outdated Haskell package version pins that are now in nixpkgs.
Specifically:
nixpkgsjumps ~9 months (Jul 2025 → Apr 2026),flake-partsandhaskell-flakeare updated, and the pinnedfsnotify 0.4.1.0/ghcid 0.8.8sources are dropped since nixpkgs now ships0.4.4.0and0.8.9respectively. ThetailwindHaskell package needed anextraBuildDependsfor thetailwindcssCLI binary, which is no longer wired in by default. Fourmolu formatting was re-applied across the codebase to match the updated toolchain.Try it locally