From ddfda03281c75e8684ee75a4e840a60260143d17 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Tue, 26 Dec 2023 23:28:47 +0100 Subject: [PATCH] install cachix via nixpkgs#cachix --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 678501b41f..34d06aa689 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -99,7 +99,7 @@ jobs: curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm displayName: Install Nix - script: | - nix-env -iA cachix -f https://cachix.org/api/v1/install + nix profile install --accept-flake-config nixpkgs#cachix cachix use autc04 displayName: Setup Cachix - checkout: self @@ -136,7 +136,7 @@ jobs: curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm displayName: Install Nix - script: | - nix-env -iA cachix -f https://cachix.org/api/v1/install + nix profile install --accept-flake-config nixpkgs#cachix cachix use autc04 displayName: Setup Cachix - checkout: self