We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c87cb0 commit dc9fa05Copy full SHA for dc9fa05
shell.nix
@@ -7,6 +7,7 @@ mkShell {
7
(luajit.withPackages (
8
p: with p; [
9
ansicolors
10
+ argparse
11
luafilesystem
12
luaprompt
13
template.rockspec
@@ -19,6 +19,7 @@ description = {
19
dependencies = {
20
"lua >= 5.1",
21
"ansicolors",
22
+ "argparse",
23
"luafilesystem",
24
"luaprompt"
25
}
0 commit comments