Compare commits

..

No commits in common. "f4d3905d157869d98f9855cba77b4ba452012703" and "a0fa50dfcd5f31837ca2d5d67ad0cfcbf8bfecb4" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View file

@ -50,7 +50,6 @@
release = false; release = false;
}).workspaceShell { packages = with pkgs; [ }).workspaceShell { packages = with pkgs; [
rustfmt rustfmt
clang
mold mold
]; }; ]; };
}); });

View file

@ -18,7 +18,6 @@ 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