aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-10-26 09:25:53 +0000
committerAlex <alex@adnab.me>2023-10-26 09:25:53 +0000
commitf4d3905d157869d98f9855cba77b4ba452012703 (patch)
tree624c77260bf6fb22e2344788c7bf291c690c680d
parenta0fa50dfcd5f31837ca2d5d67ad0cfcbf8bfecb4 (diff)
parentd50fa2a562f632752273fcc752203b9edcf58732 (diff)
downloadgarage-f4d3905d157869d98f9855cba77b4ba452012703.tar.gz
garage-f4d3905d157869d98f9855cba77b4ba452012703.zip
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
-rw-r--r--flake.nix1
-rw-r--r--shell.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f8d7d4df..5cb2c407 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,6 +50,7 @@
release = false;
}).workspaceShell { packages = with pkgs; [
rustfmt
+ clang
mold
]; };
});
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