add an escape

This commit is contained in:
Wolfgang Thaller 2022-01-04 00:38:48 +01:00
parent cc16a9849b
commit ecc19fca6e
1 changed files with 1 additions and 1 deletions

View File

@ -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: