Closed
Description
Describe the bug
I tried setting up a system-manager flake where I consume another flake that exposes a custom package and a corresponding nixosModule
with a systemd
service. In the system-manager
flake I could successfully consume the nixosModule
, however the package required for the service could not be found in pkgs
. I guess this might be related to no mention of overlays
when evaluating nixpkgs.legacyPackages
in
Line 20 in af43744
Expected behavior
Being able to set nixpkgs.overlays
.