mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11: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:
|
ci:
|
||||||
stage: ci
|
stage: ci
|
||||||
image: nixos/nix:2.20.4
|
image: nixos/nix:2.18.2
|
||||||
script:
|
script:
|
||||||
- ./bin/nix-build-and-cache ci
|
- ./bin/nix-build-and-cache ci
|
||||||
|
|
||||||
|
|
@ -45,6 +45,6 @@ ci:
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
stage: artifacts
|
stage: artifacts
|
||||||
image: nixos/nix:2.20.4
|
image: nixos/nix:2.18.2
|
||||||
script:
|
script:
|
||||||
- ./bin/nix-build-and-cache packages
|
- ./bin/nix-build-and-cache packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue