Skip to content

Commit

Permalink
update reference to introduction of callPackage
Browse files Browse the repository at this point in the history
Co-authored-by: Silvan Mosberger <[email protected]>
  • Loading branch information
fricklerhandwerk and infinisil authored Mar 13, 2024
1 parent 25eeb70 commit 41baa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/callpackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ One of the most prominent patterns in Nixpkgs is parametrisation of package reci
## Overview

Nixpkgs is sizeable software project on it's own, with coding conventions and idioms that have emerged over the years.
It has [established a convention](https://github.com/NixOS/nixpkgs/pull/9869) of composing parameterised packages with automatic settings through a function named [`callPackage`](https://github.com/NixOS/nixpkgs/commit/fd268b4852d39c18e604c584dd49a611dc795a9b).
It has [established a convention](https://github.com/nixos/nixpkgs/commit/d17f0f9cbca38fabb71624f069cd4c0d6feace92) of composing parameterised packages with automatic settings through a function named [`callPackage`](https://github.com/NixOS/nixpkgs/commit/fd268b4852d39c18e604c584dd49a611dc795a9b).
This tutorial shows how to use it and why it's beneficial.

### What will you learn?
Expand Down

0 comments on commit 41baa3f

Please sign in to comment.