Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

cli: more context on build failure

+1 -1
+1 -1
apps/sower_cli/lib/sower_cli/output.ex
··· 220 220 error("#{path}") 221 221 222 222 build.log 223 - |> Enum.take(-10) 223 + |> Enum.take(-40) 224 224 |> Enum.each(&info/1) 225 225 end) 226 226 end