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 3458cdb commit da9cca8Copy full SHA for da9cca8
settings.nix
@@ -21,7 +21,7 @@
21
settings = {
22
# WARN(bladyjoker): Using recent versions fails because `ghc-source-gen` is marked as broken.
23
# Unfortunately, this means yet another GHC in your Nix store -.-
24
- proto-lens-protoc = pkgs.haskell.packages.ghc810.proto-lens-protoc;
+ proto-lens-protoc = pkgs.haskellPackages.proto-lens-protoc;
25
};
26
27
0 commit comments