ormolu: Fix haskellPackages overlay usage (#345523)
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user