Skip to content

Draft: Use a docker image with the build environment prebuilt

Teo Camarasu requested to merge wip/docker-env into master

Rather than starting off with a bare nixos/nix image, and then building the machinery in ci/, this MR changes the pipelines to start off with an image where that's baked in.

This means that the extra chore of updating this image when ci/ changes is now necessary.

Resolves #73 (closed)

TODO:

  • restore Gitlab CI caching if necessary
  • documentation
  • pre-cache GHC tarballs defined .gitlab-ci.yml
Edited by Teo Camarasu

Merge request reports