Update a package: Difference between revisions
imported>Ixxie No edit summary |
imported>Eschnett m Signing up at Github is free; this is unlikely to change. |
||
| Line 13: | Line 13: | ||
== Cloning the "NixOS/nixpkgs" repository on GitHub == | == Cloning the "NixOS/nixpkgs" repository on GitHub == | ||
* I had to sign up at GitHub. This is free (as in beer) | * I had to sign up at GitHub. This is free (as in beer). | ||
* Then I visited [https://github.com/NixOS/nixpkgs the official nixpkgs repository] and hit the ''fork'' button. | * Then I visited [https://github.com/NixOS/nixpkgs the official nixpkgs repository] and hit the ''fork'' button. | ||
* This results in your own somewhat-independent repository: <tt>https://github.com/your_username/nixpkgs</tt> | * This results in your own somewhat-independent repository: <tt>https://github.com/your_username/nixpkgs</tt> | ||