summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Stecklina <julian.stecklina@cyberus-technology.de>2024-10-24 15:28:58 +0200
committerJulian Stecklina <julian.stecklina@cyberus-technology.de>2024-10-24 15:28:58 +0200
commitbbcb103345ee6ebd2eacc9ec31dbf19ff684f18d (patch)
treeca2846ea4d41fac36e50e7ac58947a6d16f8a911
parente7f823a612927a0adb8de688095d19e35d9c1ddc (diff)
Remove pointless comments
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 03b605a..f7e6f99 100644
--- a/flake.nix
+++ b/flake.nix
@@ -143,15 +143,12 @@
devShells = {
default = self.devShells."${system}".linux_6_6;
- # Linux 6.6
linux_6_6 = mkClangShell { clangVersion = "19"; rustcVersion = "1_78_0"; };
linux_6_6_gcc = mkGccShell { gccVersion = "14"; };
- # Linux 6.11
linux_6_11 = mkClangShell { clangVersion = "19"; rustcVersion = "1_78_0"; };
linux_6_11_gcc = mkGccShell { gccVersion = "14"; };
- # Linux 6.12
linux_6_12 = mkClangShell { clangVersion = "19"; rustcVersion = "1_82_0"; };
linux_6_12_gcc = mkGccShell { gccVersion = "14"; };
};