summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://www.ryantm.com/ <http://www.ryantm.com/@web>2015-01-10 16:48:06 +0000
committerGravatar admin <admin@branchable.com>2015-01-10 16:48:06 +0000
commit1bd6627eb01287bfb588844e41411735d19d611d (patch)
tree28741046f725c70488d8a7ad7c8fc03669c0244a
parent3388c031b3d6bd5c0aed5fd269f1bb1502b44106 (diff)
-rw-r--r--doc/install/NixOS.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/NixOS.mdwn b/doc/install/NixOS.mdwn
index 115f9fa53..e9730b285 100644
--- a/doc/install/NixOS.mdwn
+++ b/doc/install/NixOS.mdwn
@@ -2,5 +2,9 @@ Users of the [Nix package manager](http://nixos.org/) can install it by running:
nix-env -i git-annex
+When including it in a NixOS configuration.nix file, the name of the reference to the package is
+
+ haskellPackages.gitAnnex
+
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).