From 788d47d2f1bbee3830c6b1f01ea3f939ecdc40e6 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 27 Dec 2025 23:10:27 -0600 Subject: add readme and manpage --- hm-reposync.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hm-reposync.nix') 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 -- cgit v1.2.3