diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ }; devShells = { - default = self.devShells."${system}".linux_6_8; + default = self.devShells."${system}".linux_6_10; # Linux 6.6 linux_6_6 = pkgs.mkShell { |