Revert "Pin and downgrade Nix Docker image"

This reverts commit 93bb90b584.
This commit is contained in:
YoshiRulz 2022-07-20 21:03:50 +10:00
parent 84886b7395
commit 4a7ed563b6
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:2.3.12
image: nixos/nix:latest
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:2.3.12
image: nixos/nix:latest
needs:
- build_asms_release
- job: build_asms_debug
@ -134,7 +134,7 @@ check_style:
name: "$CI_HAWK_ARTIFACT_NAME"
paths:
- ./*
image: nixos/nix:2.3.12
image: nixos/nix:latest
needs:
- build_asms_release
- job: build_asms_debug