haskellPackages.shellFor: Fix typo in the comments

“hpkgs” → “haskellPkgs”
This commit is contained in:
Viacheslav Lotsmanov 2021-07-12 06:29:53 +03:00 committed by (cdep)illabout
parent c114cd459e
commit 707671dae2
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -348,7 +348,7 @@ in package-set { inherit pkgs lib callPackage; } self // {
# );
# });
# in
# hpkgs.shellFor {
# haskellPkgs.shellFor {
# packages = p: [ p.foo ];
# genericBuilderArgsModifier = args: args // { doCheck = true; doBenchmark = true };
# }