Skip to content

[Chore] Use newer nix in all CI steps

Pinto Pasquale requested to merge pasqu4le/chore-newer-nix-with-docker into master

Description

Problem: The CI runners are now capable of using a newer nix version by setting the USE_NEWER_NIX env variable. We want to use this new possibility because nix 2.4 seemed to work for us in the past and eventually we expect for the runners to switch to it again.

Solution: Set the env variable and change the nix command in all CI pipeline's steps.

Note: this is a "Draft" because waiting for said new capability.

Related issue(s)

None

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Pinto Pasquale

Merge request reports