We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4ed0e commit 01fe077Copy full SHA for 01fe077
default.nix
@@ -1,5 +1,5 @@
1
let
2
- pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/2024-12-14.tar.gz") {};
+ pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/2025-01-14.tar.gz") {};
3
4
rpkgs = builtins.attrValues {
5
inherit (pkgs.rPackages)
0 commit comments