mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 22:33:46 +03:00
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:
parent
bc7d3a2ed7
commit
a31d07d8bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user