mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: wrong cachix repo
This commit is contained in:
parent
eac0887f73
commit
6fbb766668
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue