chore: revert vesktop electron override, remove stale noctalia import (superseded by #28) #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two independent cleanup items with no functional impact on existing features.
Changes
modules/apps/vesktop.nixDrop the electron 41 override that was added to work around
AIKIDO-2026-309397(Improper Authorization) in the EOL electron_40 that nixpkgs vesktop was pinned to. nixpkgs has since moved vesktop off electron_40 so the override is no longer needed and was adding unnecessary build complexity.modules/desktop/noctalia/default.nixRemove the
inputs.noctalia.nixosModules.defaultimport left behind after noctalia was removed from the flake inputs. Would cause an evaluation error if noctalia is ever fully cleaned from the flake.chore: revert vesktop electron override, remove stale noctalia importto chore: revert vesktop electron override, remove stale noctalia import (superseded by #28)Pull request closed