Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add extraPkgs and extraLibraries to wrapAAGL #166

Merged
merged 1 commit into from
Mar 2, 2025
Merged

Conversation

mechan1sm
Copy link
Contributor

add the ability to add extra packages or libraries to FHSEnv made by wrapAAGL
so the following snippet will be possible:

{
  home.packages = with aagl.pkgs; [
    (honkers-railway-launcher.override (prev: prev // {
      wrapAAGL = wrapAAGL.override (a: a // {
        extraPkgs = (_p: [ pkgs-unstable.umu-launcher-unwrapped ] );
        #extraLibraries = (_p: [ ]);
      });
    }))
  ];
}

Signed-off-by: mechan1sm <78693192+mechan1sm@users.noreply.github.com>
@ezKEa ezKEa merged commit 5505af2 into ezKEa:main Mar 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants