Skip to content

Commit 4a6fbf9

Browse files
committed
fix: vhs command wrapper
Signed-off-by: Brian McGee <[email protected]>
1 parent 183fbf7 commit 4a6fbf9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nix/docs.nix

+1-3
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@ _: {
5151
}
5252
{
5353
inherit category;
54-
name = "vhs";
5554
help = "generate terminal gifs";
56-
5755
package = pkgs.writeShellApplication {
58-
name = "gif";
56+
name = "vhs";
5957
runtimeInputs =
6058
[
6159
self'.packages.treefmt

0 commit comments

Comments
 (0)