Skip to content

Commit da9cca8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
settings = {
2222
# WARN(bladyjoker): Using recent versions fails because `ghc-source-gen` is marked as broken.
2323
# Unfortunately, this means yet another GHC in your Nix store -.-
24-
proto-lens-protoc = pkgs.haskell.packages.ghc810.proto-lens-protoc;
24+
proto-lens-protoc = pkgs.haskellPackages.proto-lens-protoc;
2525
};
2626
};
2727

0 commit comments

Comments
 (0)