From ffd9c09d1a9c992e6969952043690cefcb2f7ab6 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 3 Jan 2022 23:50:06 +0100 Subject: [PATCH] - pass token into docker - use cachix while building --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4c9b1a0229..e3c66e64dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -98,9 +98,9 @@ jobs: submodules: true - script: | docker run -i --name nix -v`pwd`:/src nixos/nix:latest <