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

pull/664/head
Alex Auvolat 7 months ago
parent 75d5d08ee1
commit d50fa2a562
No known key found for this signature in database
GPG Key ID: 0E496D15096376BE
  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