Pin and downgrade Nix Docker image
This commit is contained in:
parent
5e3e65a2ab
commit
93bb90b584
|
@ -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.3.12
|
||||
variables:
|
||||
CACHIX_CACHE_NAME: mono-for-bizhawk
|
||||
|
||||
|
@ -117,7 +117,7 @@ check_style:
|
|||
name: "$CI_HAWK_ARTIFACT_NAME"
|
||||
paths:
|
||||
- "$CI_HAWK_ARTIFACT_NAME_TAR"
|
||||
image: nixos/nix:latest
|
||||
image: nixos/nix:2.3.12
|
||||
needs:
|
||||
- build_asms_release
|
||||
- job: build_asms_debug
|
||||
|
@ -134,7 +134,7 @@ check_style:
|
|||
name: "$CI_HAWK_ARTIFACT_NAME"
|
||||
paths:
|
||||
- ./*
|
||||
image: nixos/nix:latest
|
||||
image: nixos/nix:2.3.12
|
||||
needs:
|
||||
- build_asms_release
|
||||
- job: build_asms_debug
|
||||
|
|
Loading…
Reference in New Issue