We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb94942 commit 2caf97dCopy full SHA for 2caf97d
flake.nix
@@ -203,7 +203,7 @@
203
ghc94 = ghc94Config.tweakHpkgs (pkgs.hlsHpkgs "ghc94");
204
ghc96 = ghc96Config.tweakHpkgs (pkgs.hlsHpkgs "ghc96");
205
};
206
- in { default = cases."${ghcVersion}"; } // cases;
+ in { default = cases."${builtins.substring 0 (builtins.sub (builtins.stringLength ghcVersion) 1) ghcVersion}"; } // cases;
207
208
ghc90 = supportedGHCs.ghc90;
209
ghc92 = supportedGHCs.ghc92;
0 commit comments