Compare commits

...

2 commits

Author SHA1 Message Date
f4d3905d15 Merge pull request 'nix: add clang to flake.nix and shell.nix' (#664) from add-clang into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #664
2023-10-26 09:25:53 +00:00
d50fa2a562
nix: add clang to flake.nix and shell.nix
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-10-26 11:19:22 +02:00
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