mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
Add MLIR dependencies for building
This commit is contained in:
parent
0b21a10afe
commit
fd963d2b99
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue