chore: Update flake, fix issues after updating and fix flake update action (#88)

Was running behind with the updating the config, all flake inputs have
been updated and produced error's and warnings have been fixed.

Also fixed the action to test the build and create an issue with the
results.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Roel de Cort 2025-03-07 22:29:43 +01:00 committed by GitHub
parent ce61453ce9
commit 56740db4be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 223 additions and 175 deletions

View file

@ -3,12 +3,15 @@
enable = true;
};
plugins.copilot-lua = {
enable = true;
suggestion = {
enabled = false;
};
panel = {
enabled = false;
settings = {
copilot = {
suggestion = {
enabled = false;
};
panel = {
enabled = false;
};
};
};
};