Update a package: Difference between revisions
imported>Ixxie Added tutorial category. |
imported>Ixxie No edit summary |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
Line 7: | Line 9: | ||
The official nixpkgs sources are managed on a [http://git-scm.com/ git] repository at [https://github.com GitHub] (https://github.com/NixOS/nixpkgs). And GitHub implements most of the tools for the nixpkgs development workflow. | The official nixpkgs sources are managed on a [http://git-scm.com/ git] repository at [https://github.com GitHub] (https://github.com/NixOS/nixpkgs). And GitHub implements most of the tools for the nixpkgs development workflow. | ||
This tutorial was designed for [https://nixos.org/nixos/ NixOS], and may not always apply on other systems. If you want reproduce the environment used in this tutorial exactly, you can <syntaxhighlight lang="bash" inline>git reset --hard 111c8db50038</syntaxhighlight> in your local copy of Nixpkgs. | |||
== Cloning the "NixOS/nixpkgs" repository on GitHub == | == Cloning the "NixOS/nixpkgs" repository on GitHub == |