We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d6841 commit b1cdeadCopy full SHA for b1cdead
default.nix
@@ -1,5 +1,5 @@
1
let
2
- pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/d16116afd7ab80a3eb3312b3bc96fa7bba383638.tar.gz") {};
+ pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/2025-01-14.tar.gz") {};
3
rpkgs = builtins.attrValues {
4
inherit (pkgs.rPackages) quarto ggplot2 knitr reticulate rmarkdown withr;
5
};
0 commit comments