mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
fix copy-paste-stupidity
This commit is contained in:
parent
6c8840ae2c
commit
6a9ff4c60f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user