From fd83e1e9adb0813d191ce965f06bc59b021009e8 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sat, 11 Dec 2021 18:09:08 +0100 Subject: [PATCH] set nix-channel to 21.11 --- azure-pipelines.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 368ee73592..f00acfc4c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,7 +71,11 @@ jobs: - checkout: self submodules: true - script: | - docker run --name nix -v`pwd`:/src nixos/nix:latest nix-build src -A m68k.retro68.samples + docker run -i --name nix -v`pwd`:/src nixos/nix:latest <