Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use xargs to limit argument length

+1 -1
+1 -1
bin/seed-ci
··· 22 22 print "‼️ No targets to push to attic. Skipping push" 23 23 } else { 24 24 print $"📤 Pushing to attic cache ($cache)" 25 - attic push --ignore-upstream-cache-filter --jobs 10 $"main:($cache)" ...$paths 25 + $paths | str join "\n" | xargs attic push --ignore-upstream-cache-filter --jobs 10 $"main:($cache)" 26 26 } 27 27 } 28 28