nix: add clang to flake.nix and shell.nix

This commit is contained in:
Alex Auvolat
2023-10-26 11:19:22 +02:00
parent 75d5d08ee1
commit d50fa2a562
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
]; };
});