From a97417fecc6c54eb2483775155e185c6ffbec15b Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Fri, 8 Dec 2023 23:35:30 +0100 Subject: [PATCH] ci: update nix docker version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 786ed204e9..172434818b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -81,7 +81,7 @@ jobs: - checkout: self submodules: true - script: | - docker run -i --name nix -v`pwd`:/src nixos/nix:2.3.12 <