Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions inst/extdata/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file was generated by the {rix} R package v0.17.2 on 2025-09-11
# This file was generated by the {rix} R package v0.17.3 on 2025-10-15
# with following call:
# >rix(date = "2025-04-29",
# > git_pkgs = list(list(package_name = "rix",
# > repo_url = "https://github.com/ropensci/rix/",
# > commit = "2213ee545640f44951d0bd71b9317df2463599d3"),
# > commit = "b967d53d2b05d9643f65b6bee6d10f80f6130818"),
# > list(package_name = "rixpress",
# > repo_url = "https://github.com/b-rodrigues/rixpress/",
# > commit = "93cda39228e5539530e4dea61f3092e32b426f54")),
Expand All @@ -22,8 +22,8 @@ let
name = "rix";
src = pkgs.fetchgit {
url = "https://github.com/ropensci/rix/";
rev = "2213ee545640f44951d0bd71b9317df2463599d3";
sha256 = "sha256-KuwztCi5GO/NyRVJu1m4hD0uNrBUmdpo3HrGY2bhrB0=";
rev = "b967d53d2b05d9643f65b6bee6d10f80f6130818";
sha256 = "sha256-bj+dOy4rDlGqgfFYPmo0MJCE/1V6QYQhv6J+YzWZv2U=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down Expand Up @@ -65,7 +65,7 @@ let
LC_PAPER = "en_US.UTF-8";
LC_MEASUREMENT = "en_US.UTF-8";

buildInputs = [ rix rixpress pkgs.rPackages.usethis system_packages ];
buildInputs = [ rix rixpress system_packages ];

};
in
Expand Down