Skip to content

Commit

Permalink
chore(default.nix): sort dev deps, restore v8
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeapen committed Dec 3, 2024
1 parent 3243f8d commit 9ac2ede
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,24 @@ let
GenomicRanges

# dev dependencies
DT
RcppClock
bench
covr
covr
devtools
htmltools
lobstr
pkgbuild
pkgdown
RcppClock
rhub
roxygen2
styler
usethis
testthat
covr
DT
htmltools
usethis

# RCMD check
# V8
V8
rhub
];

Expand Down

0 comments on commit 9ac2ede

Please sign in to comment.