-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't working
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
pkgs = nixpkgs.legacyPackages.${config.nixpkgs.hostPlatform}; |
Expected behavior
Being able to set nixpkgs.overlays
.
aanderse and phanirithvij
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working