diff options
Diffstat (limited to 'doc/install/NixOS.mdwn')
-rw-r--r-- | doc/install/NixOS.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/NixOS.mdwn b/doc/install/NixOS.mdwn new file mode 100644 index 000000000..115f9fa53 --- /dev/null +++ b/doc/install/NixOS.mdwn @@ -0,0 +1,6 @@ +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). |