diff options
Diffstat (limited to 'hm-reposync.nix')
| -rw-r--r-- | hm-reposync.nix | 1 |
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 |
