nix: add clang to flake.nix and shell.nix
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alex 2023-10-26 11:19:22 +02:00
parent 75d5d08ee1
commit d50fa2a562
Signed by: lx
GPG Key ID: 0E496D15096376BE
2 changed files with 2 additions and 0 deletions

View File

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

View File

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