diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6acdf267c0..9899cb6d2b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -66,17 +66,15 @@ jobs: buildPlatform: 'x86_64-macos' - job: nix_68k - condition: false pool: vmImage: 'ubuntu-20.04' steps: - checkout: self submodules: true - script: | - docker run -i --name nix -v`pwd`:/src nixos/nix:latest <