Skip to content

Commit

Permalink
go back to last working (nix-build) commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Baumann committed Sep 22, 2023
1 parent de1e1cf commit 453f891
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,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 = "9390e28e6495f8167f782a17c529949d50c0948c"
commit = "b4501842723ef19391c7653e0b44a487505d89f2"
)
),
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 @@ -643,7 +643,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 = "9390e28e6495f8167f782a17c529949d50c0948c"
commit = "b4501842723ef19391c7653e0b44a487505d89f2"
)
),
ide = "other",
Expand Down
6 changes: 3 additions & 3 deletions inst/extdata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# > git_pkgs = list(list(package_name = "rix",
# > repo_url = "https://github.com/b-rodrigues/rix",
# > branch_name = "master",
# > commit = "9390e28e6495f8167f782a17c529949d50c0948c")),
# > commit = "b4501842723ef19391c7653e0b44a487505d89f2")),
# > ide = "other",
# > project_path = dirname(path),
# > overwrite = TRUE,
Expand All @@ -21,8 +21,8 @@ let
src = pkgs.fetchgit {
url = "https://github.com/b-rodrigues/rix";
branchName = "master";
rev = "9390e28e6495f8167f782a17c529949d50c0948c";
sha256 = "sha256-Ra9pAi0VkDxLmNSLKql5M350BwWjEWi51ktBjdXH4/Q=";
rev = "b4501842723ef19391c7653e0b44a487505d89f2";
sha256 = "sha256-pQdRKxzNhDPPWW1T9oaQEtkLTdmU0+Ry0aGzEGfeYFo=";
};
propagatedBuildInputs = builtins.attrValues {
inherit (pkgs.rPackages) httr jsonlite sys;
Expand Down

0 comments on commit 453f891

Please sign in to comment.