ado: downgrade to nixos/nix:2.3.12 until the NixOS/nix#5797 fix arrives in a release

This commit is contained in:
Wolfgang Thaller 2022-01-04 00:18:30 +01:00
parent ffd9c09d1a
commit cc16a9849b

View File

@ -97,7 +97,7 @@ jobs:
- checkout: self
submodules: true
- script: |
docker run -i --name nix -v`pwd`:/src nixos/nix:latest <<EOF
docker run -i --name nix -v`pwd`:/src nixos/nix:2.3.12 <<EOF
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use autc04
chmod 1777 /tmp