Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Feb 25, 2024
1 parent da742cf commit 0cec17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ list(
transform(packages = gsub("^r-", "", `Package/release name`)) |>
transform(packages = gsub("-.*$", "", packages)) |>
transform(build = paste0("https://hydra.nixos.org/build/", X.)) |>
transform(fails_because_of = sapply(build, get_failed_dep))
transform(fails_because_of = sapply(build, safe_get_failed_dep))
),

tar_target(
Expand Down

0 comments on commit 0cec17b

Please sign in to comment.