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 Mar 21, 2024
1 parent e04eae1 commit 184b379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
pkgs = import (fetchTarball "https://github.com/jbedo/nixpkgs/archive/3607b504a20ffc638179936642923c48afbdf706.tar.gz") {};
pkgs = import (fetchTarball "https://github.com/b-rodrigues/nixpkgs/archive/r-daily.tar.gz") {};
system_packages = builtins.attrValues {
inherit (pkgs) R glibcLocalesUtf8;
};
Expand All @@ -21,4 +21,4 @@ let

buildInputs = [ system_packages r_packages tex];

}
}

0 comments on commit 184b379

Please sign in to comment.