Skip to content

Commit b1cdead

Browse files
authored
Update default.nix
1 parent 37d6841 commit b1cdead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let
2-
pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/d16116afd7ab80a3eb3312b3bc96fa7bba383638.tar.gz") {};
2+
pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/2025-01-14.tar.gz") {};
33
rpkgs = builtins.attrValues {
44
inherit (pkgs.rPackages) quarto ggplot2 knitr reticulate rmarkdown withr;
55
};

0 commit comments

Comments
 (0)