1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Merge pull request #961 from michaelshmitty/master

Fix typo
This commit is contained in:
Daniel Ramirez 2024-04-14 17:04:49 -04:00 committed by GitHub
commit 9221de024b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,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.
Nixpkgs is a sizeable software project on its own, with coding conventions and idioms that have emerged over the years.
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.