Skip to content

Commit

Permalink
haskellPackages.shellFor: Fix typo in the comments
Browse files Browse the repository at this point in the history
“hpkgs” → “haskellPkgs”
  • Loading branch information
unclechu authored and cdepillabout committed Jul 12, 2021
1 parent c114cd4 commit 707671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/make-package-set.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
# }
Expand Down

0 comments on commit 707671d

Please sign in to comment.