Compare commits
2 commits
a0fa50dfcd
...
f4d3905d15
Author | SHA1 | Date | |
---|---|---|---|
f4d3905d15 | |||
d50fa2a562 |
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
release = false;
|
release = false;
|
||||||
}).workspaceShell { packages = with pkgs; [
|
}).workspaceShell { packages = with pkgs; [
|
||||||
rustfmt
|
rustfmt
|
||||||
|
clang
|
||||||
mold
|
mold
|
||||||
]; };
|
]; };
|
||||||
});
|
});
|
||||||
|
|
|
@ -18,6 +18,7 @@ in {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
#rustPlatform.rust.rustc
|
#rustPlatform.rust.rustc
|
||||||
rustPlatform.rust.cargo
|
rustPlatform.rust.cargo
|
||||||
|
clang
|
||||||
mold
|
mold
|
||||||
#clippy
|
#clippy
|
||||||
rustfmt
|
rustfmt
|
||||||
|
|
Loading…
Add table
Reference in a new issue