We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d7bc0 commit ac32651Copy full SHA for ac32651
1 file changed
flake.nix
@@ -72,7 +72,7 @@
72
checks = forAllSys (system: import ./tests/tests.nix (getPkgs system [ overlay runLuaCommandOverlay ]) l_pkg_enum);
73
devShells = forAllSys (system: let
74
pkgs = getPkgs system [];
75
- lua = pkgs.luajit.withPackages (lp: [ lp.inspect lp.cjson lp.toml-edit lp.luarocks ]);
+ lua = pkgs.luajit.withPackages (lp: [ lp.inspect lp.luarocks ]);
76
in {
77
default = pkgs.mkShell {
78
name = "${APPNAME}-dev";
0 commit comments