Conversation
AFAIK, I have never clicked on anything inside the GitHub interface that says "AI" or "Copilot". Maybe this is a transitive change done by the nix-community organization? |
It seems the author of this pr probably has it enabled for all the prs they create, we should probably make a policy on LLMs for Stylix. |
There was a problem hiding this comment.
From a quick read, it seems Home Manager maintains aliases:
-
# Maps style names to their QT_QPA_PLATFORMTHEME, if necessary. styleNames = { gtk = "gtk2"; qtct = "qt5ct"; kde6 = "kde"; };
-- github:nix-community/home-manager,
/modules/misc/qt.nix:45 -
lib.mkOption { type = with lib.types; nullOr ( either (enum [ "gtk" "gtk3" "gnome" "adwaita" "lxqt" "qtct" "kde" "kde6" ]) (lib.types.submodule { options = newOption; }) );
-- github:nix-community/home-manager,
/modules/misc/qt.nix:213
Should we also replace "kde6" with "kde" in our Home Manager module, and potentially upstream this?
Is it not possible to disable Copilot repo-wide in some setting? From a quick search 1 2 3, this seems like an unsolved Computer Science problem... Since this is the first time this happens, we can just ignore this for now. AFAIK, the Nix community does not really use Copilot, so this should rarely happen. |
|
Yeah sorry about the confusion, copilot review was enabled for all of my MRs. It has nothing to do with this specific repo. |
|
Aside from resolving #1866 (review), is this PR ready to merge? This PR is currently in draft mode. |
|
This was just my quick and dirty attempt to fix the issue. Since Home Manager is currently broken as well I am not able to verify this fix yet. |
|
Now that home-manager has been fixed (nix-community/home-manager#7746) I can confirm this fixes the build for me. |
Update all inputs, rename the KDE platform, and apply formatter changes
by running the following commands:
biome check --write --unsafe
pre-commit run --all-files
Rename the KDE platform, following local commit f47c0ed ("treewide:
remove Plasma 5 support dropped upstream (nix-community#1860)") and upstream commits
[1] ("nixos/treewide: clean up some more references to deleted qt5
things") and [2] ("qt: deprecate kde6").
[1]: NixOS/nixpkgs@31d5c4e
[2]: nix-community/home-manager@1e75978
Closes: nix-community#1865
Link: nix-community#1866
Link: nix-community#1881
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: Samuel Meenzen <samuel@meenzen.net>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Update all inputs, rename the KDE platform, and apply formatter changes
by running the following commands:
biome check --unsafe --write
pre-commit run --all-files
Rename the KDE platform, following local commit f47c0ed ("treewide:
remove Plasma 5 support dropped upstream (nix-community#1860)") and upstream commits
[1] ("nixos/treewide: clean up some more references to deleted qt5
things") and [2] ("qt: deprecate kde6").
[1]: NixOS/nixpkgs@31d5c4e
[2]: nix-community/home-manager@1e75978
Closes: nix-community#1865
Link: nix-community#1866
Link: nix-community#1881
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: Samuel Meenzen <samuel@meenzen.net>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
trueNAHO
left a comment
There was a problem hiding this comment.
Now that home-manager has been fixed (nix-community/home-manager#7746) I can confirm this fixes the build for me.
LGTM. However, ideally this PR should not be merged without updating our relevant inputs. I have cherry-picked this patch into #1881, superseding this PR.
Update all inputs, rename the KDE platform, and apply formatter changes
by running the following commands:
biome check --unsafe --write
pre-commit run --all-files
Rename the KDE platform, following local commit f47c0ed ("treewide:
remove Plasma 5 support dropped upstream (#1860)") and upstream commits
[1] ("nixos/treewide: clean up some more references to deleted qt5
things") and [2] ("qt: deprecate kde6").
[1]: NixOS/nixpkgs@31d5c4e
[2]: nix-community/home-manager@1e75978
Closes: #1865
Link: #1866
Link: #1881
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: Samuel Meenzen <samuel@meenzen.net>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Update all inputs, rename the KDE platform, and apply formatter changes
by running the following commands:
biome check --unsafe --write
pre-commit run --all-files
Rename the KDE platform, following local commit f47c0ed ("treewide:
remove Plasma 5 support dropped upstream (nix-community#1860)") and upstream commits
[1] ("nixos/treewide: clean up some more references to deleted qt5
things") and [2] ("qt: deprecate kde6").
[1]: NixOS/nixpkgs@31d5c4e
[2]: nix-community/home-manager@1e75978
Closes: nix-community#1865
Link: nix-community#1866
Link: nix-community#1881
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Co-authored-by: Samuel Meenzen <samuel@meenzen.net>
Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
closes #1865
Submission Checklist