mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
pin nixos/nix to 2.18.2
Not sure if Lix has Docker images we can use yet, but we can at least do this for now.
This commit is contained in:
parent
13de9ecd41
commit
d5da913c79
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ before_script:
|
|||
|
||||
ci:
|
||||
stage: ci
|
||||
image: nixos/nix:2.20.4
|
||||
image: nixos/nix:2.18.2
|
||||
script:
|
||||
- ./bin/nix-build-and-cache ci
|
||||
|
||||
|
|
@ -45,6 +45,6 @@ ci:
|
|||
|
||||
artifacts:
|
||||
stage: artifacts
|
||||
image: nixos/nix:2.20.4
|
||||
image: nixos/nix:2.18.2
|
||||
script:
|
||||
- ./bin/nix-build-and-cache packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue