re-enable attic sync
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m33s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 7m11s

This commit is contained in:
2025-03-29 16:36:10 -04:00
parent 492b2d493b
commit c20fc52f97
2 changed files with 52 additions and 52 deletions

View File

@ -6,5 +6,5 @@ sync_directories=(
)
for dir in "${sync_directories[@]}"; do
find "$dir" -regex ".*\.drv$" -exec attic push cache-nix-dot '{}' \;
find "$dir" -regex ".*\.drv$" -exec attic push nix-cache '{}' \;
done