Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

seed-ci: attic uses stderr...guess i'll suppress all errors :(

+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 - $paths | str join "\n" | xargs attic push --ignore-upstream-cache-filter --jobs 30 $"main:($cache)" out> /dev/null 25 + $paths | str join "\n" | xargs attic push --ignore-upstream-cache-filter --jobs 30 $"main:($cache)" err> /dev/null 26 26 } 27 27 } 28 28