ghc.nix
ghc.nix copied to clipboard
feature: future improvement possibilities
-
[ ] 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 theREADME
inCI
and enforce formatting by using something likepre-commmit-hooks.nix
. -
[ ] add
app
attributes to do common tasks in the ghc repo- [ ] build entire ghc
- [ ] test entire ghc
-
[ ] switch to flake-parts
IMHO linting and consistent formatting are always good! :+1: