Skip to content

Commit

Permalink
build(vimdoc): use vimcats
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Aug 26, 2024
1 parent 6220810 commit 9a50c39
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 91 deletions.
176 changes: 88 additions & 88 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};

cats-doc.url = "github:mrcjkb/cats-doc";
vimcats.url = "github:mrcjkb/vimcats";

flake-parts.url = "github:hercules-ci/flake-parts";

Expand Down
4 changes: 2 additions & 2 deletions nix/test-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
docgen = final.writeShellApplication {
name = "docgen";
runtimeInputs = [
inputs.cats-doc.packages.${final.system}.default
inputs.vimcats.packages.${final.system}.default
];
text = ''
mkdir -p doc
lemmy-help lua/rocks/{init,commands,config/init,meta,api/{init,hooks},log}.lua > doc/rocks.txt
vimcats lua/rocks/{init,commands,config/init,meta,api/{init,hooks},log}.lua > doc/rocks.txt
'';
};
in {
Expand Down

0 comments on commit 9a50c39

Please sign in to comment.