Skip to content

Commit

Permalink
nix(flake): Add apps.perseus
Browse files Browse the repository at this point in the history
Launches standard bringup. Was previously `default`, but now `default` aliased to `perseus`.
  • Loading branch information
RandomSpaceship authored and DingoOz committed Jan 6, 2025
1 parent f220831 commit e8de521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,11 @@
};

apps = {
default = {
perseus = {
type = "app";
program = "${pkgs.lib.getExe perseus}";
};
default = self.apps.${system}.perseus;
ros2 = {
type = "app";
program = "${default}/bin/ros2";
Expand Down

0 comments on commit e8de521

Please sign in to comment.