Skip to content

Commit a7130a4

Browse files
committed
Revert to just building ros_base.
1 parent 77be80e commit a7130a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎flake.nix‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
# flake, since this contains overrides which are applied on top.
7272
overlays = overlays;
7373

74-
# Pass through the list of Hydra CI jobs we want so that we don't have
74+
# Pass through the list of CI jobs we want so that we don't have
7575
# to hard code that in the generator's template.
7676
ciPackages = packages: [
77-
{ name = "noetic-ros-base"; path = packages.noetic.desktop_full.ws.contents; }
78-
{ name = "rolling-ros-base"; path = packages.rolling.desktop_full.ws.contents; }
77+
{ name = "noetic"; path = packages.noetic.ros_base.ws.contents; }
78+
{ name = "rolling"; path = packages.rolling.ros_base.ws.contents; }
7979
];
8080
};
8181
}

0 commit comments

Comments
 (0)