diff --git a/homes/aurora/default.nix b/homes/aurora/default.nix index 9d93854..a863e9b 100644 --- a/homes/aurora/default.nix +++ b/homes/aurora/default.nix @@ -127,7 +127,14 @@ glibc pkg-config gobject-introspection - rustup # rust + (with fenix; + combine [ + # rust + stable.cargo + stable.rustc + latest.rustfmt + stable.rust-src + ]) zig elixir gleam diff --git a/nixpkgs.nix b/nixpkgs.nix index 1470160..8e12dfa 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix @@ -20,6 +20,7 @@ overlays = with inputs; [ cachyos.overlays.pinned millennium.overlays.default + fenix.overlays.default (import ./overlays.nix args) ];