-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
nixos/thelounge: add plugins option #153038
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
8.has: changelog
8.has: documentation
8.has: module (update)
This PR changes an existing module in `nixos/`
labels
Jan 1, 2022
winterqt
commented
Jan 1, 2022
winterqt
commented
Jan 1, 2022
winterqt
force-pushed
the
thelounge-plugins
branch
from
January 1, 2022 20:24
ac51fac
to
ce6f6d7
Compare
Going to close this while I come up with a better implementation. |
winterqt
force-pushed
the
thelounge-plugins
branch
3 times, most recently
from
January 8, 2022 22:25
5d33147
to
9ed9b44
Compare
mweinelt
reviewed
Jan 9, 2022
Oh, and I'd probably split out the nodePackages changes into a separate commit, out of the module changes. If we would need to revert it things would be very messy right now. |
winterqt
force-pushed
the
thelounge-plugins
branch
from
January 9, 2022 03:48
7f34881
to
311d2ea
Compare
winterqt
force-pushed
the
thelounge-plugins
branch
from
January 9, 2022 03:50
311d2ea
to
88c415f
Compare
mweinelt
requested changes
Jan 9, 2022
winterqt
force-pushed
the
thelounge-plugins
branch
from
January 9, 2022 04:05
88c415f
to
4318ec9
Compare
winterqt
force-pushed
the
thelounge-plugins
branch
from
January 9, 2022 04:28
6ae4472
to
71c46e7
Compare
mweinelt
reviewed
Jan 9, 2022
winterqt
force-pushed
the
thelounge-plugins
branch
from
January 9, 2022 18:12
71c46e7
to
0028d75
Compare
mweinelt
approved these changes
Jan 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
8.has: changelog
8.has: clean-up
8.has: documentation
8.has: module (update)
This PR changes an existing module in `nixos/`
10.rebuild-darwin: 11-100
10.rebuild-linux: 11-100
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
The Lounge has support for plugins, so this PR exposes an option in the NixOS module to install them, and adds all of the currently available plugins on NPM to
nodePackages
(except one).Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes