diff options
-rw-r--r-- | flake.nix | 1 | ||||
-rw-r--r-- | shell.nix | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,7 @@ release = false; }).workspaceShell { packages = with pkgs; [ rustfmt + clang mold ]; }; }); @@ -18,6 +18,7 @@ in { nativeBuildInputs = with pkgs; [ #rustPlatform.rust.rustc rustPlatform.rust.cargo + clang mold #clippy rustfmt |