Compare commits
25 commits
03c328719e
...
2dd1250bf1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2dd1250bf1 | ||
|
|
25eb73ae55 | ||
|
|
d4716c4bc6 | ||
|
|
406ec84577 | ||
|
|
bdfe4439a1 | ||
|
|
10ebccdf47 | ||
|
|
baa450b2f7 | ||
|
|
1e442012be | ||
|
|
ce70ecd9e2 | ||
|
|
f193c659b9 | ||
|
|
8dcced489a | ||
|
|
0af8ea98dd | ||
|
|
fd6f9198f3 | ||
|
|
63dfecdbf5 | ||
|
|
bbe4000468 | ||
|
|
5eed5ecde2 | ||
|
|
fc80e1b83f | ||
|
|
e0d82b2b87 | ||
|
|
597614bc95 | ||
|
|
40fed5ba04 | ||
|
|
bb90af3a57 | ||
|
|
d215f7199e | ||
|
|
1a58294f88 | ||
|
|
52f6f3f3fe | ||
|
|
0d4bf5ac10 |
1 changed files with 5 additions and 6 deletions
11
flake.nix
11
flake.nix
|
|
@ -46,14 +46,13 @@
|
|||
(pkgs.symlinkJoin {
|
||||
name = "rust-toolchain";
|
||||
paths = with pkgs; [
|
||||
#rustc
|
||||
#cargo
|
||||
#rustPlatform.rustcSrc
|
||||
#rustfmt
|
||||
#clippy
|
||||
rustc
|
||||
cargo
|
||||
rustPlatform.rustcSrc
|
||||
rustfmt
|
||||
clippy
|
||||
cargo-expand
|
||||
cargo-tarpaulin
|
||||
rustup
|
||||
];
|
||||
})
|
||||
gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue