1
0
Fork 0
forked from foxora/nix

added rust components explicitly with fenix

This commit is contained in:
foxora 2026-05-18 10:51:18 +01:00
parent 7dfba45d04
commit 205afbd8b1
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -20,6 +20,7 @@
overlays = with inputs; [
cachyos.overlays.pinned
millennium.overlays.default
fenix.overlays.default
(import ./overlays.nix args)
];