There was an error while loading. Please reload this page.
1 parent 77be80e commit a7130a4Copy full SHA for a7130a4
flake.nix
@@ -71,11 +71,11 @@
71
# flake, since this contains overrides which are applied on top.
72
overlays = overlays;
73
74
- # Pass through the list of Hydra CI jobs we want so that we don't have
+ # Pass through the list of CI jobs we want so that we don't have
75
# to hard code that in the generator's template.
76
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; }
+ { name = "noetic"; path = packages.noetic.ros_base.ws.contents; }
+ { name = "rolling"; path = packages.rolling.ros_base.ws.contents; }
79
];
80
};
81
}
0 commit comments