diff --git a/pkgs/tools/graphics/diagrams-builder/default.nix b/pkgs/tools/graphics/diagrams-builder/default.nix index 290059b1c114..89d8bfbfde45 100644 --- a/pkgs/tools/graphics/diagrams-builder/default.nix +++ b/pkgs/tools/graphics/diagrams-builder/default.nix @@ -1,11 +1,11 @@ /* - If user need access to more haskell package for building his - diagrams, he simply has to pass these package through the - extra packages function as follow in `config.nix`: + If a user needs access to more haskell packages for building their + diagrams, they simply have to pass these packages through the + extraPackages function, as follows: ~~~ diagrams-builder.override { - extraPackages = self : [myHaskellPackage]; + extraPackages = self: [ self.myHaskellPackage ]; } ­~~~ */