Skip to content

Commit

Permalink
nix: Retarget nix-ros-workspace to use a fork maintained by James N
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSpaceship committed Nov 29, 2024
1 parent 3c5016a commit 192704c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
nix-ros-overlay.url = "github:lopsided98/nix-ros-overlay";
nixpkgs.follows = "nix-ros-overlay/nixpkgs"; # IMPORTANT!!!
nix-ros-workspace = {
url = "github:hacker1024/nix-ros-workspace";
url = "github:RandomSpaceship/nix-ros-workspace";
flake = false;
};
# docs inputs
Expand Down Expand Up @@ -227,6 +227,10 @@
type = "app";
program = "${pkgs.lib.getExe perseus}";
};
ros2 = {
type = "app";
program = "${default}/bin/ros2";
};
};
formatter = treefmtEval.config.build.wrapper;
checks = {
Expand Down

0 comments on commit 192704c

Please sign in to comment.