GitLab CI: Pin Nix Docker image

This commit is contained in:
YoshiRulz 2022-10-24 20:25:23 +10:00
parent 2d6c0af570
commit cdeec7cfb4
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ stages:
before_script:
- nix-env -iA nixpkgs.cachix
- cachix use $CACHIX_CACHE_NAME
image: nixos/nix:latest
image: nixos/nix:2.11.1
variables:
CACHIX_CACHE_NAME: mono-for-bizhawk
@ -127,7 +127,7 @@ check_style:
name: "$CI_HAWK_ARTIFACT_NAME"
paths:
- "$CI_HAWK_ARTIFACT_NAME_TAR"
image: nixos/nix:latest
image: nixos/nix:2.11.1
needs:
- build_asms_release
- job: build_asms_debug
@ -144,7 +144,7 @@ check_style:
name: "$CI_HAWK_ARTIFACT_NAME"
paths:
- ./*
image: nixos/nix:latest
image: nixos/nix:2.11.1
needs:
- build_asms_release
- job: build_asms_debug