From cc16a9849b71d2d1f7d969fdac11a6b6c27548d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Tue, 4 Jan 2022 00:18:30 +0100 Subject: [PATCH] ado: downgrade to nixos/nix:2.3.12 until the NixOS/nix#5797 fix arrives in a release --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3c66e64dc..648956b22a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,7 +97,7 @@ jobs: - checkout: self submodules: true - script: | - docker run -i --name nix -v`pwd`:/src nixos/nix:latest <