summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index f7e6f99..a578257 100644
--- a/flake.nix
+++ b/flake.nix
@@ -55,6 +55,11 @@
kmod
ubootTools
+ # htmldocs
+ sphinx
+ python312Packages.pyyaml
+ graphviz
+
# For make menuconfig
ncurses
@@ -141,7 +146,7 @@
};
devShells = {
- default = self.devShells."${system}".linux_6_6;
+ default = self.devShells."${system}".linux_6_12;
linux_6_6 = mkClangShell { clangVersion = "19"; rustcVersion = "1_78_0"; };
linux_6_6_gcc = mkGccShell { gccVersion = "14"; };