haskellPackages.shellFor: Fix typo in the comments
“hpkgs” → “haskellPkgs”
This commit is contained in:
parent
c114cd459e
commit
707671dae2
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
# }
|
||||
|
|
Loading…
Reference in a new issue