mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ci: fix niv update cachix push
This commit is contained in:
parent
cdabab7426
commit
664ce62be8
1 changed files with 2 additions and 2 deletions
|
|
@ -73,9 +73,9 @@ with lib; {
|
|||
if nix build -Lf . hosts.{athame,yule,samhain}.config.system.build.toplevel; then
|
||||
if [[ -n $CACHIX_SIGNING_KEY ]]; then
|
||||
nix build --no-link -Lf . sourceCache.all
|
||||
cachix push kittywitch $(nix eval -f . sourceCache.allStr)
|
||||
cachix push kittywitch $(nix eval --raw -f . sourceCache.allStr)
|
||||
|
||||
cachix push kittywitch $(readlink result*/) &
|
||||
cachix push kittywitch result*/ &
|
||||
CACHIX_PUSH=$!
|
||||
fi
|
||||
if [[ -n $OPENSSH_PRIVATE_KEY ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue