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
|
glibc
|
||||||
pkg-config
|
pkg-config
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
rustup # rust
|
(with fenix;
|
||||||
|
combine [
|
||||||
|
# rust
|
||||||
|
stable.cargo
|
||||||
|
stable.rustc
|
||||||
|
latest.rustfmt
|
||||||
|
stable.rust-src
|
||||||
|
])
|
||||||
zig
|
zig
|
||||||
elixir
|
elixir
|
||||||
gleam
|
gleam
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
overlays = with inputs; [
|
overlays = with inputs; [
|
||||||
cachyos.overlays.pinned
|
cachyos.overlays.pinned
|
||||||
millennium.overlays.default
|
millennium.overlays.default
|
||||||
|
fenix.overlays.default
|
||||||
|
|
||||||
(import ./overlays.nix args)
|
(import ./overlays.nix args)
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue