Skip to content

Commit 37f0636

Browse files
committed
feat: add pkgs to distro overlay
1 parent 5f5fc56 commit 37f0636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distros/distro-overlay.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,4 +403,5 @@ in self.lib.makeScopeWithSplicing
403403
++ self.lib.optional (version == 2) (import ./ros2-overlay.nix self)
404404
++ [
405405
(import (./. + "/${distro}/overrides.nix") self)
406+
(import ../pkgs)
406407
]) rosSelf {})

0 commit comments

Comments
 (0)