ghc.nix icon indicating copy to clipboard operation
ghc.nix copied to clipboard

feature: future improvement possibilities

Open MangoIV opened this issue 2 years ago • 1 comments

  • [ ] Do not rebuild the entire thing when there was no change in the .nix files.

    Currently, the CI rebuilds, even if the only change is in the README. This can be avoided to reduce the CI minutes used.

  • [x] Check linting and formatting in the CI

    Perhaps we can check linting and formatting of the .nix files and the README in CI and enforce formatting by using something like pre-commmit-hooks.nix.

  • [ ] add app attributes to do common tasks in the ghc repo

    • [ ] build entire ghc
    • [ ] test entire ghc
  • [ ] switch to flake-parts

MangoIV avatar Feb 18 '23 13:02 MangoIV

IMHO linting and consistent formatting are always good! :+1:

supersven avatar Feb 18 '23 15:02 supersven