diff options
author | http://peter-simons.myopenid.com/ <http://peter-simons.myopenid.com/@web> | 2012-01-13 18:53:41 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-01-13 18:53:41 +0000 |
commit | cff772031dd1fc924f717b3d22b5c6ef2612f4de (patch) | |
tree | e0eca98ea32afd243b64f1580fe390b6fa8deacf /doc/NixOS.mdwn | |
parent | 3a638c7ba19773fb91f8e7eb47735da8924152ae (diff) |
Document how to install git-annex in Nix
Diffstat (limited to 'doc/NixOS.mdwn')
-rw-r--r-- | doc/NixOS.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/NixOS.mdwn b/doc/NixOS.mdwn new file mode 100644 index 000000000..864184a23 --- /dev/null +++ b/doc/NixOS.mdwn @@ -0,0 +1,5 @@ +Users of the [Nix package manager](http://nixos.org/) can install it by running: + + nix-env -i git-annex + +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). |