Nixpkgs/Create and debug packages: Difference between revisions

Pandapip1 (talk | contribs)
m Use blobless clone instead of shallow clone for nixpkgs clone
Peasant (talk | contribs)
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://nixos.org/manual/nixpkgs/stable/#chap-quick-start quick start] and writing modules is covered in the [http://nixos.org/nixos/manual manual]
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.