fix copy-paste-stupidity

This commit is contained in:
Wolfgang Thaller 2022-01-03 23:27:42 +01:00
parent 6c8840ae2c
commit 6a9ff4c60f
1 changed files with 1 additions and 1 deletions

View File

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