-
Notifications
You must be signed in to change notification settings - Fork 3
Add support for Plasma6 #378
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
base: main
Are you sure you want to change the base?
Conversation
Plasma5 was dropped from nixpkgs, so we had to: * [screenlock] add a test for Plasma6 * [screenlock] rewrite the setup for the test for Plasma5 * [autologin] rewrite to use Plasma 6 Also, removed some GNOME deprecation warnings.
b0f7614
to
13bcf92
Compare
Merging this branch will decrease overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. |
@am-on: I managed to fix a bunch of failing tests, but I don't understand why
|
zfs = pkgsOverlayed.testers.runNixOSTest ./test/integration/zfs.nix; | ||
|
||
screenlock = pkgsOverlayed.testers.runNixOSTest ./test/integration/screenlock.nix; | ||
screenlock-plasma5 = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sadly needs to be a separate file to get the old 24.11 nixpkgs in there.
If someone can figure out how to merge this into screenlock.nix
, I'm all ears!
To do this we have to update to latest nixpkgs. But, Plasma5 was dropped from latest nixpkgs, so we have to:
I also removed some GNOME deprecation warnings.