Skip to content

Commit 31f6fd5

Browse files
committed
Update proto-lens-protoc
1 parent 3458cdb commit 31f6fd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

settings.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
config = {
2020

2121
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;
22+
proto-lens-protoc = pkgs.haskellPackages.proto-lens-protoc;
2523
};
2624
};
2725

0 commit comments

Comments
 (0)