diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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"; }; |