Nixpkgs/Create and debug packages: Difference between revisions
m Use blobless clone instead of shallow clone for nixpkgs clone |
m Updated old link to remove need for redirect |
||
| Line 3: | Line 3: | ||
There is a chapter about hacking packages and modules in the NixOS manual: [http://nixos.org/nixos/manual/index.html#ch-development development] | There is a chapter about hacking packages and modules in the NixOS manual: [http://nixos.org/nixos/manual/index.html#ch-development development] | ||
Writing packages is covered in [https:// | Writing packages is covered in [https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md nixpkgs/blob/master/pkgs/README.md] and writing modules is covered in the [http://nixos.org/nixos/manual manual] | ||
If you've read the manual and still don't know how to go about creating a package, read on. | If you've read the manual and still don't know how to go about creating a package, read on. | ||