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

update the FAQ on packaging (#883)

* update the FAQ on packaging

Co-authored-by: Silvan Mosberger <github@infinisil.com>
This commit is contained in:
Valentin Gagarin 2024-01-29 02:41:51 +01:00 committed by GitHub
parent cf94730f93
commit cfa14f780a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,11 @@ See <https://github.com/nix-community/home-manager>
### What's the recommended process for building custom packages?
> E.g. if I git clone nixpkgs how do I use the cloned repo to define new / updated packages?
Please read [](packaging-existing-software).
### How to use a clone of the Nixpkgs repository to update or write new packages?
Please read [](packaging-existing-software) and the [Nixpkgs contributing guide](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
## NixOS