From 6a9ff4c60f7fdb6f896d383dce809a622f663ac3 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 3 Jan 2022 23:27:42 +0100 Subject: [PATCH] fix copy-paste-stupidity --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 26525fe648..4c9b1a0229 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -116,7 +116,7 @@ jobs: nix-env -iA cachix -f https://cachix.org/api/v1/install cd src nix-shell -A powerpc --command exit - nix-store -qR --include-outputs $(nix-instantiate default.nix -A powerpc) | cachix push $1 + nix-store -qR --include-outputs $(nix-instantiate default.nix -A powerpc) | cachix push autc04 EOF displayName: Push to Cachix env: