Add MLIR dependencies for building

This commit is contained in:
Felix Suchert 2023-05-08 16:37:19 +02:00
parent 0b21a10afe
commit fd963d2b99
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -58,6 +58,8 @@
# ------------ kernel -------------------------------------------------------
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
services.fwupd.enable = true;
# ------------ time, location & input ---------------------------------------
# Set your time zone.
time.timeZone = "Europe/Berlin";
@ -224,6 +226,7 @@
binutils-unwrapped
gnumake
cmake
ninja
gdb
ccls
# valgrind
@ -238,6 +241,9 @@
# provided by my own overlay
mlir
#circt
llvmPackages_15.clang
llvmPackages_15.bintools
lit
## I heard you like man pages?
man-pages