Skip to content

Commit

Permalink
[DEV] a slight change to the C module
Browse files Browse the repository at this point in the history
  • Loading branch information
Icy-Thought committed Dec 26, 2024
1 parent f0393cb commit 188b901
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/develop/cc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ in {

config = mkIf config.modules.develop.cc.enable (mkMerge [
{
user.packages = attrValues {
inherit (pkgs) clang clang-tools gdb gnumake cmake meson ninja;
};
user.packages =
attrValues { inherit (pkgs) clang clang-tools gdb gnumake xmake; };
}

(mkIf config.modules.develop.xdg.enable {
Expand Down

0 comments on commit 188b901

Please sign in to comment.