Merge pull request 'nix: add clang to flake.nix and shell.nix' (#664) from add-clang into main

Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/664
This commit is contained in:
Alex
2023-10-26 09:25:53 +00:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@
release = false;
}).workspaceShell { packages = with pkgs; [
rustfmt
clang
mold
]; };
});
+1
View File
@@ -18,6 +18,7 @@ in {
nativeBuildInputs = with pkgs; [
#rustPlatform.rust.rustc
rustPlatform.rust.cargo
clang
mold
#clippy
rustfmt