From cff772031dd1fc924f717b3d22b5c6ef2612f4de Mon Sep 17 00:00:00 2001 From: "http://peter-simons.myopenid.com/" Date: Fri, 13 Jan 2012 18:53:41 +0000 Subject: [PATCH] Document how to install git-annex in Nix --- doc/NixOS.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/NixOS.mdwn diff --git a/doc/NixOS.mdwn b/doc/NixOS.mdwn new file mode 100644 index 0000000000..864184a23c --- /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).