rust pobeda
This commit is contained in:
parent
1bc03bdb14
commit
5cd0ded292
59 changed files with 1185 additions and 1389 deletions
18
modules/rust.nix
Normal file
18
modules/rust.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [ inputs.fenix.overlays.default ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
(fenix.complete.withComponents [
|
||||
"rustc"
|
||||
"cargo"
|
||||
"rustfmt"
|
||||
"rust-src"
|
||||
"rust-analyzer"
|
||||
"clippy"
|
||||
"miri"
|
||||
])
|
||||
sccache
|
||||
cargo-edit
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue