aby: use clang
This commit is contained in:
parent
22137b0957
commit
6e19d6d003
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
|
|
||||||
pkgs.mkShell {
|
pkgs.clangStdenv.mkDerivation {
|
||||||
|
name = "";
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
cmake
|
cmake
|
||||||
gmp
|
gmp
|
||||||
|
|
@ -8,6 +9,5 @@ pkgs.mkShell {
|
||||||
openssl
|
openssl
|
||||||
doxygen
|
doxygen
|
||||||
ninja
|
ninja
|
||||||
llvmPackages_13.clang
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue