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

Link nixpkgs library in module-system tutorial (#1065)

This commit is contained in:
Jess 2024-09-30 21:09:18 +13:00 committed by GitHub
parent 362b3d8798
commit 4be048ee32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ Write the following into a file called `default.nix`:
## Declaring options
We will need some helper functions, which will come from the [Nixpkgs library](Nixpkgs library ), which is passed by the module system as `lib`:
We will need some helper functions, which will come from the [Nixpkgs library](https://github.com/NixOS/nixpkgs/tree/master/lib), which is passed by the module system as `lib`:
```{code-block} diff
:caption: default.nix