Nixpkgs/Create and debug packages: Difference between revisions
imported>Lionello Add example of "eval" for manual phase invocation |
imported>Asbachb m Link to chapter to nixpkgs quickstart chapter for writing nixpkgs |
||
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 | There is a chapter about hacking packages and modules in the NixOS manual: http://nixos.org/nixos/manual/index.html#ch-development | ||
Writing packages is covered in | Writing packages is covered in https://nixos.org/manual/nixpkgs/stable/#chap-quick-start and writing modules in http://nixos.org/nixos/manual | ||
The nix repositories are hosted here: https://github.com/nixos | The nix repositories are hosted here: https://github.com/nixos |