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;
}).workspaceShell { packages = with pkgs; [
rustfmt
clang
mold
]; };
});

View file

@ -18,7 +18,6 @@ in {
nativeBuildInputs = with pkgs; [
#rustPlatform.rust.rustc
rustPlatform.rust.cargo
clang
mold
#clippy
rustfmt