fix: wrong cachix repo

This commit is contained in:
Kat Inskip 2024-07-13 11:59:06 -07:00
parent eac0887f73
commit 6fbb766668
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -23,7 +23,7 @@ fi
nf-actions-test -L nf-actions-test -L
if [[ -n ${NF_UPDATE_CACHIX_PUSH-} ]]; then if [[ -n ${NF_UPDATE_CACHIX_PUSH-} ]]; then
cachix push gensokyo-infrastructure "./${NF_ACTIONS_TEST_OUTLINK}"*/ & cachix push kittywitch "./${NF_ACTIONS_TEST_OUTLINK}"*/ &
CACHIX_PUSH=$! CACHIX_PUSH=$!
fi fi