revert submodule wrapper to align with module functions already doing types #2

Closed
kiara wants to merge 37 commits from kiara/Fediversity:fix-submodule-type into main
Showing only changes of commit bf488f89e1 - Show all commits

View file

@ -111,7 +111,9 @@ in
implementation =
cfg:
lib.optionalAttrs cfg.enable {
dummy.login-shell.packages.hello = pkgs.hello;
hello.login-shell.packages = {
inherit (pkgs) hello;
};
};
};
environments.single-nixos-vm =