ci: update container image for modules tests

nixos/nix:latest has switched to Nix 2.5, but we should track
2.3.x, the default on NixOS stable.
This commit is contained in:
Erik Arvstedt 2021-12-15 14:54:54 +01:00
parent bc7d3a2ed7
commit a31d07d8bf
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ task:
matrix:
- name: modules_test
container:
image: nixos/nix
# Use Nix release 2.3.x, the default on NixOS stable
image: nixos/nix:2.3.12
# Besides virtualization, this also enables privileged containers which are required for
# sandboxed builds
kvm: true