channable / hoff

A gatekeeper for your commits
Apache License 2.0
41 stars 3 forks source link

Update `nixpkgs` #262

Closed pbrinkmeier closed 5 months ago

pbrinkmeier commented 6 months ago

Hiya, I'd like to work on #236 and perhaps #159. For default values in the config, it would be cool to have access to Data.Aeson.omittedField, which was only added recently.

So this PR bumps nixpkgs to the most recent ref at the time of writing.

NB the ref contains aeson_2_2_1_0 which can be used for this purpose, but not yet for overriding aeson in the overlay. This means that after bumping nixpkgs, the closure of hoff would contain multiple versions of aeson which would have to be resolved at some later point in time.

The PR also replaces the occurrences of the deprecated Scotty action param with captureParam because it wouldn't build otherwise with newer versions of Scotty due to the deprecation warnings and -Werror.

OpsBotPrime commented 5 months ago

Pull request approved for merge by @FPtje, rebasing now.

OpsBotPrime commented 5 months ago

Rebased as 646154aad0afb30d21ad0ebf09cad7f371e37adb, waiting for CI …

OpsBotPrime commented 5 months ago

CI job :yellow_circle: started.