Skip to content

Commit

Permalink
feat: add pkgs to distro overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
koalp committed Mar 7, 2024
1 parent 5f5fc56 commit 37f0636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distros/distro-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -403,4 +403,5 @@ in self.lib.makeScopeWithSplicing
++ self.lib.optional (version == 2) (import ./ros2-overlay.nix self)
++ [
(import (./. + "/${distro}/overrides.nix") self)
(import ../pkgs)
]) rosSelf {})

0 comments on commit 37f0636

Please sign in to comment.