diff options
-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). |