mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +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 -------------------------------------------------------
|
# ------------ kernel -------------------------------------------------------
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
|
||||||
|
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
# ------------ time, location & input ---------------------------------------
|
# ------------ time, location & input ---------------------------------------
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
@ -224,6 +226,7 @@
|
||||||
binutils-unwrapped
|
binutils-unwrapped
|
||||||
gnumake
|
gnumake
|
||||||
cmake
|
cmake
|
||||||
|
ninja
|
||||||
gdb
|
gdb
|
||||||
ccls
|
ccls
|
||||||
# valgrind
|
# valgrind
|
||||||
|
@ -238,6 +241,9 @@
|
||||||
# provided by my own overlay
|
# provided by my own overlay
|
||||||
mlir
|
mlir
|
||||||
#circt
|
#circt
|
||||||
|
llvmPackages_15.clang
|
||||||
|
llvmPackages_15.bintools
|
||||||
|
lit
|
||||||
|
|
||||||
## I heard you like man pages?
|
## I heard you like man pages?
|
||||||
man-pages
|
man-pages
|
||||||
|
|
Loading…
Reference in a new issue