summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 71c55e9..2248fa3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 {