aboutsummaryrefslogtreecommitdiff
path: root/hm-reposync.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm-reposync.nix')
-rw-r--r--hm-reposync.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hm-reposync.nix b/hm-reposync.nix
index b5706ea..83a1129 100644
--- a/hm-reposync.nix
+++ b/hm-reposync.nix
@@ -198,6 +198,7 @@ in {
buildInputs = with pkgs; [git stow];
installPhase = ''
+ # TODO install manpage
mkdir -p $out/bin
cp $src/bin/reposync $out/bin
chmod +x $out/bin/reposync