Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Oct 16, 2024
1 parent 6e20ca3 commit 15398b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/refs/heads/REPLACE_DATE.tar.gz") {};
system_packages = builtins.attrValues {
inherit (pkgs) R glibcLocalesUtf8 nix;
inherit (pkgs) R glibcLocalesUtf nix;
};
r_packages = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit 15398b3

Please sign in to comment.