nixos-config/scripts/post-build-hook
2023-12-18 10:14:07 +01:00

8 lines
251 B
Bash
Executable file

#!/usr/bin/env bash
set -euf
export IFS=' '
export XDG_CONFIG_HOME=/home/runner/.config
until /nix/var/nix/profiles/default/bin/nix run 'github:DarkKirb/nix-packages#attic-client' -- push chir-rs $OUT_PATHS; do
sleep 5
echo "Retrying..."
done