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.
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 overridingaeson
in the overlay. This means that after bumpingnixpkgs
, the closure ofhoff
would contain multiple versions ofaeson
which would have to be resolved at some later point in time.The PR also replaces the occurrences of the deprecated Scotty action
param
withcaptureParam
because it wouldn't build otherwise with newer versions of Scotty due to the deprecation warnings and-Werror
.