From ecc19fca6ee828edb6fbac95ba28d209605b52b1 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Tue, 4 Jan 2022 00:38:48 +0100 Subject: [PATCH] add an escape --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 648956b22a..6acdf267c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -116,7 +116,7 @@ jobs: export CACHIX_AUTH_TOKEN=$CACHIX_AUTH_TOKEN cd src nix-shell -A powerpc --command exit - nix-store -qR --include-outputs $(nix-instantiate default.nix -A powerpc) | cachix push autc04 + nix-store -qR --include-outputs \$(nix-instantiate default.nix -A powerpc) | cachix push autc04 EOF displayName: Push to Cachix env: