mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
a070082964
* Add hydraJobs.devShell and flatten hydraJobs Also moves the `rawFlake` code into a `haskellLib.mkFlake` function * Unflatten hydraJobs and add ciJobs It turns out it is nice to use system first in the hierarchy for cicero. Also both hydra and cicero are ok with a deep hierarchy of attributes. * Refactoring * Add mkFlakeCiJobs * Avoid `:` in ciJobs and hydraJobs * Use cabal names again in ciJobs * More updates Turns off code coverage by default. Rename flattenChecks to mkFlakeChecks. Adds flake packages to ciJobs and hydraJobs. * Expand comment