added rust components explicitly with fenix
This commit is contained in:
parent
7dfba45d04
commit
205afbd8b1
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
overlays = with inputs; [
|
||||
cachyos.overlays.pinned
|
||||
millennium.overlays.default
|
||||
fenix.overlays.default
|
||||
|
||||
(import ./overlays.nix args)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue