diff --git a/machines/asus/nixpkgs/packages.nix b/machines/asus/nixpkgs/packages.nix index c4e8ffd..c32d815 100644 --- a/machines/asus/nixpkgs/packages.nix +++ b/machines/asus/nixpkgs/packages.nix @@ -38,8 +38,16 @@ pkgs: with pkgs; [] lightly-qt ] -++ [ # PROGRAMMING LANGUAGES +++ [ # COMPILERS & TOOLING + gcc go + (fenix.complete.withComponents [ + "rustc" + "rust-src" + "cargo" + "rustfmt" + "clippy" + ]) ] ++ [ # PYTHON @@ -51,16 +59,6 @@ pkgs: with pkgs; [] poetry ] -++ [ # RUST - (fenix.complete.withComponents [ - "rustc" - "rust-src" - "cargo" - "rustfmt" - "clippy" - ]) -] - ++ [ # SHELLS starship ]