Skip to content

Commit

Permalink
Update inst/extdata/default.nix shipped
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Baumann committed Oct 6, 2023
1 parent a7b1659 commit d7eb2d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion R/find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ create_default_nix <- function(path = file.path("inst", "extdata",
package_name = "rix",
repo_url = "https://github.com/b-rodrigues/rix",
branch_name = "master",
commit = "dece23496465223e8ff585341a55ec9d58b2f7ac"
commit = "a7b1659a5676ba34dfb68009d1993fc53431a4e3"
)
),
ide = "other",
Expand Down
2 changes: 1 addition & 1 deletion dev/build_envs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ create_default_nix <- function(path = file.path("inst", "extdata",
package_name = "rix",
repo_url = "https://github.com/b-rodrigues/rix",
branch_name = "master",
commit = "dece23496465223e8ff585341a55ec9d58b2f7ac"
commit = "a7b1659a5676ba34dfb68009d1993fc53431a4e3"
)
),
ide = "other",
Expand Down
14 changes: 7 additions & 7 deletions inst/extdata/default.nix
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# This file was generated by the {rix} R package v0.4.0 on 2023-09-26
# This file was generated by the {rix} R package v0.4.1 on 2023-10-06
# with following call:
# >rix(r_ver = "e12483116b3b51a185a33a272bf351e357ba9a99",
# >rix(r_ver = "7131f3c223a2d799568e4b278380cd9dac2b8579",
# > r_pkgs = NULL,
# > system_pkgs = NULL,
# > git_pkgs = list(list(package_name = "rix",
# > repo_url = "https://github.com/b-rodrigues/rix",
# > branch_name = "master",
# > commit = "dece23496465223e8ff585341a55ec9d58b2f7ac")),
# > commit = "a7b1659a5676ba34dfb68009d1993fc53431a4e3")),
# > ide = "other",
# > project_path = dirname(path),
# > overwrite = TRUE,
# > shell_hook = "R --vanilla")
# It uses nixpkgs' revision e12483116b3b51a185a33a272bf351e357ba9a99 for reproducibility purposes
# It uses nixpkgs' revision 7131f3c223a2d799568e4b278380cd9dac2b8579 for reproducibility purposes
# which will install R version latest
# Report any issues to https://github.com/b-rodrigues/rix
let
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/e12483116b3b51a185a33a272bf351e357ba9a99.tar.gz") {};
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/7131f3c223a2d799568e4b278380cd9dac2b8579.tar.gz") {};
git_archive_pkgs = [(pkgs.rPackages.buildRPackage {
name = "rix";
src = pkgs.fetchgit {
url = "https://github.com/b-rodrigues/rix";
branchName = "master";
rev = "dece23496465223e8ff585341a55ec9d58b2f7ac";
sha256 = "sha256-rQ9PQV9Xs8jVKgsPSNaJjsRKJJGIaEUkn95XBxry6EA=";
rev = "a7b1659a5676ba34dfb68009d1993fc53431a4e3";
sha256 = "sha256-Z30dTSJW5jZjkC1I7mpAzuQthY4imc84r0V2cSp4XwM=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages) httr jsonlite sys;
Expand Down

0 comments on commit d7eb2d9

Please sign in to comment.