Skip to content

Commit 64cc0a0

Browse files
committed
💚 Remove discount
1 parent a35ed10 commit 64cc0a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/ldoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -e
33
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"
44

55
. ./lua51/bin/activate &&
6-
luarocks install ldoc lua-discount &&
6+
luarocks install ldoc &&
77
ldoc .

shell.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ mkShell {
88
p: with p; [
99
luaprompt
1010
ldoc
11-
discount
1211
]
1312
))
1413
];

0 commit comments

Comments
 (0)