Use opam2nix to avoid duplication
There is a bit of duplication between the tenderbake.opam
and the default.nix
files when it comes to specifying dependencies. Try to look at the tool called opam2nix
to generate the Nix expression from Opam file.
Low priority.