Skip to content

Commit

Permalink
Merge pull request #253668 from tweag/minor-by-name-docs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Sep 6, 2023
2 parents 055ac51 + 488840d commit 8e64f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ So instead it is preferable to use the same generic parameter name `libbar`
and override its value in [`pkgs/top-level/all-packages.nix`](../top-level/all-packages.nix):

```nix
libfoo = callPackage ../by-name/so/somePackage/package.nix {
libfoo = callPackage ../by-name/so/some-package/package.nix {
libbar = libbar_2;
};
```
Expand Down

0 comments on commit 8e64f40

Please sign in to comment.