2012-01-13 18:53:41 +00:00
|
|
|
Users of the [Nix package manager](http://nixos.org/) can install it by running:
|
|
|
|
|
|
|
|
nix-env -i git-annex
|
|
|
|
|
2015-01-10 16:48:06 +00:00
|
|
|
When including it in a NixOS configuration.nix file, the name of the reference to the package is
|
|
|
|
|
|
|
|
haskellPackages.gitAnnex
|
|
|
|
|
2012-05-02 17:17:51 +00:00
|
|
|
The build status of the package within Nix can be seen on the [Hydra Build
|
|
|
|
Farm](http://hydra.nixos.org/job/nixpkgs/trunk/gitAndTools.gitAnnex).
|