Update nix flake lock, fixing critical bug making builds fail
Hi there.
The nix builds are currently failing due to the provider of an upstream dependency (c-ares) changing the URL at which they host it. This has since been fixed in upstream nixpkgs, but causes Conduit builds to fail (see: nix build gitlab:famedly/conduit/next).
Updating the inputs fixes this and Conduit builds with no issue.
In general, updating the inputs every now and then is also a good idea: it maintains consistency with nixpkgs, ensures the latest versions of dependencies are used, and keeps Conduit builds in sync with the upstream cache.
IMO this is of critical severity, as it makes Conduit next unusable/buildable on Nix.
-
I agree to release my code and all other changes of this MR under the Apache-2.0 license
Edited by mib