Closed as not planned
Description
It would be awesome to be able to install coder directly from this flake to get the latest version.
In nixpkgs the coder version seems to still be at 0.17.1: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=coder
Currently have to manually overwrite the version and src using pkgs.coder.overrideAttrs
which isn't a huge issue but doesn't look very nice compared to just pkgs.coder
or coder.packages.${system}.coder
:D