aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-26 11:19:22 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-26 11:19:22 +0200
commitd50fa2a562f632752273fcc752203b9edcf58732 (patch)
tree32ba594b4d0042373f5c7e600a817a110e01203d /shell.nix
parent75d5d08ee1f46b238d6efe3f3f39cc6b9a8d3856 (diff)
downloadgarage-d50fa2a562f632752273fcc752203b9edcf58732.tar.gz
garage-d50fa2a562f632752273fcc752203b9edcf58732.zip
nix: add clang to flake.nix and shell.nix
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 88e292a8..991417b5 100644
--- a/shell.nix
+++ b/shell.nix
@@ -18,6 +18,7 @@ in {
nativeBuildInputs = with pkgs; [
#rustPlatform.rust.rustc
rustPlatform.rust.cargo
+ clang
mold
#clippy
rustfmt