Skip to content

Commit

Permalink
💚 Remove discount
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 11, 2024
1 parent a35ed10 commit 64cc0a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ldoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -e
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"

. ./lua51/bin/activate &&
luarocks install ldoc lua-discount &&
luarocks install ldoc &&
ldoc .
1 change: 0 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mkShell {
p: with p; [
luaprompt
ldoc
discount
]
))
];
Expand Down

0 comments on commit 64cc0a0

Please sign in to comment.