Skip to content

Commit

Permalink
Merge pull request #255 from b-rodrigues/update_default.nix
Browse files Browse the repository at this point in the history
Update default.nix
  • Loading branch information
b-rodrigues authored Jul 13, 2024
2 parents 7ed2579 + 35badd6 commit ab6f092
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions inst/extdata/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# This file was generated by the {rix} R package v0.8.0 on 2024-07-11
# This file was generated by the {rix} R package v0.8.0 on 2024-07-13
# with following call:
# >rix(r_ver = "976fa3369d722e76f37c77493d99829540d43845",
# > git_pkgs = list(package_name = "rix",
# > repo_url = "https://github.com/b-rodrigues/rix/",
# > commit = "d45b20bd41dc4acaf5dd853e030ed471d665fda0"),
# > commit = "7ed25794452ed6fe88edf528d27666edc3581e4b"),
# > ide = "other",
# > project_path = "inst/extdata",
# > overwrite = TRUE,
# > print = TRUE)
# > overwrite = TRUE)
# It uses nixpkgs' revision 976fa3369d722e76f37c77493d99829540d43845 for reproducibility purposes
# which will install R version 4.3.1.
# Report any issues to https://github.com/b-rodrigues/rix
Expand All @@ -19,8 +18,8 @@ let
name = "rix";
src = pkgs.fetchgit {
url = "https://github.com/b-rodrigues/rix/";
rev = "d45b20bd41dc4acaf5dd853e030ed471d665fda0";
sha256 = "sha256-g4SzWcK8nHz7dHP5LVGZeYS3pK923TkAEcKpMI8KURo=";
rev = "7ed25794452ed6fe88edf528d27666edc3581e4b";
sha256 = "sha256-4HIFvpqyjvEZxikB9XCEJJ9ziNWbMsmkULCS8zLOHtQ=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit ab6f092

Please sign in to comment.