Nixpkgs/Create and debug packages: Difference between revisions
imported>Milahu add nix-shell, use more bullet points, add links to manual and nix pills, prettify links, use git shallow clone |
imported>Milahu m add <nowiki> to escape pseudo-url |
||
| Line 16: | Line 16: | ||
# Fork the repo (e.g. click the fork button on https://github.com/nixos/nixpkgs). | # Fork the repo (e.g. click the fork button on https://github.com/nixos/nixpkgs). | ||
# Clone your fork <code>git clone --depth 1 https://github.com/YOUR-GITHUB-ACCOUNT-NAME/nixpkgs.git</code> | # Clone your fork <code><nowiki>git clone --depth 1 https://github.com/YOUR-GITHUB-ACCOUNT-NAME/nixpkgs.git</nowiki></code> | ||
# Hack hack hack | # Hack hack hack | ||
# Push your changes to your fork | # Push your changes to your fork | ||