This commit is contained in:
Michal Sojka 2025-05-06 09:21:53 +02:00 committed by GitHub
commit efce09ee99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,8 @@
overlays = [ self.overlays.default ];
};
in {
legacyPackages = pkgs.rosPackages;
legacyPackages = (intersectAttrs (self.overlays.default null pkgs) pkgs)
// pkgs.rosPackages;
devShells = {
example-turtlebot3-gazebo = import ./examples/turtlebot3-gazebo.nix { inherit pkgs; };