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
sync-08-09
Alex 7 months ago
commit f4d3905d15
  1. 1
      flake.nix
  2. 1
      shell.nix

@ -50,6 +50,7 @@
release = false;
}).workspaceShell { packages = with pkgs; [
rustfmt
clang
mold
]; };
});

@ -18,6 +18,7 @@ in {
nativeBuildInputs = with pkgs; [
#rustPlatform.rust.rustc
rustPlatform.rust.cargo
clang
mold
#clippy
rustfmt

Loading…
Cancel
Save