Nixpkgs/Create and debug packages: Difference between revisions

imported>Milahu
m add <nowiki> to escape pseudo-url
imported>Milahu
m YOUR-GITHUB-ACCOUNT-NAME -> YOURNAME
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><nowiki>git clone --depth 1 https://github.com/YOUR-GITHUB-ACCOUNT-NAME/nixpkgs.git</nowiki></code>
# Clone your fork <code><nowiki>git clone --depth 1 https://github.com/YOURNAME/nixpkgs.git</nowiki></code>
# Hack hack hack
# Hack hack hack
# Push your changes to your fork
# Push your changes to your fork