diff options
author | Julian Stecklina <julian.stecklina@cyberus-technology.de> | 2024-08-13 14:33:58 +0200 |
---|---|---|
committer | Julian Stecklina <julian.stecklina@cyberus-technology.de> | 2024-08-13 14:33:58 +0200 |
commit | 7506fa9877d47b8db73f3ed4073754436542a45b (patch) | |
tree | 26a4fdcd2e594c55064b610c87a8e1129069239c | |
parent | a48be457da9d8e111899d3767df7f68c5bfdcbe4 (diff) |
Bump default environment to 6.10
-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 { |