summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Stecklina <julian.stecklina@cyberus-technology.de>2024-08-13 14:33:58 +0200
committerJulian Stecklina <julian.stecklina@cyberus-technology.de>2024-08-13 14:33:58 +0200
commit7506fa9877d47b8db73f3ed4073754436542a45b (patch)
tree26a4fdcd2e594c55064b610c87a8e1129069239c
parenta48be457da9d8e111899d3767df7f68c5bfdcbe4 (diff)
Bump default environment to 6.10
-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 {