From 205afbd8b105e3b9e76fc789d3aff2c847af6ca9 Mon Sep 17 00:00:00 2001 From: foxora Date: Mon, 18 May 2026 10:51:18 +0100 Subject: [PATCH] added rust components explicitly with fenix --- homes/aurora/default.nix | 9 ++++++++- nixpkgs.nix | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) 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) ];