fix: expose harbor package namespace to overlays

Adds harbor (self.packages) to overlay arguments, allowing custom
packages to reference each other via pkgs.harbor.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Christopher Mühl 2026-02-28 01:25:36 +01:00
parent 447da21da4
commit 8feb3957a2
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -24,6 +24,7 @@
inherit lib; inherit lib;
pkgs = prev; pkgs = prev;
}; };
harbor = inputs.self.packages.${system} or {};
}) })
]; ];
}; };