diff options
author | Julian Stecklina <julian.stecklina@cyberus-technology.de> | 2024-10-24 15:28:58 +0200 |
---|---|---|
committer | Julian Stecklina <julian.stecklina@cyberus-technology.de> | 2024-10-24 15:28:58 +0200 |
commit | bbcb103345ee6ebd2eacc9ec31dbf19ff684f18d (patch) | |
tree | ca2846ea4d41fac36e50e7ac58947a6d16f8a911 | |
parent | e7f823a612927a0adb8de688095d19e35d9c1ddc (diff) |
Remove pointless comments
-rw-r--r-- | flake.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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"; }; }; |