ormolu: Fix haskellPackages overlay usage (#345523)

This commit is contained in:
Ilan Joselevich
2024-10-03 00:36:56 +02:00
committed by GitHub
+1 -1
View File
@@ -19176,7 +19176,7 @@ with pkgs;
niv = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.niv);
ormolu = haskellPackages.ormolu.bin;
ormolu = lib.getBin (haskell.lib.compose.justStaticExecutables haskellPackages.ormolu);
capnproto = callPackage ../development/libraries/capnproto { };