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 <