Skip to content

Commit ac32651

Browse files
committed
ci(flake.nix): remove extra dev shell dependencies
1 parent c8d7bc0 commit ac32651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
checks = forAllSys (system: import ./tests/tests.nix (getPkgs system [ overlay runLuaCommandOverlay ]) l_pkg_enum);
7373
devShells = forAllSys (system: let
7474
pkgs = getPkgs system [];
75-
lua = pkgs.luajit.withPackages (lp: [ lp.inspect lp.cjson lp.toml-edit lp.luarocks ]);
75+
lua = pkgs.luajit.withPackages (lp: [ lp.inspect lp.luarocks ]);
7676
in {
7777
default = pkgs.mkShell {
7878
name = "${APPNAME}-dev";

0 commit comments

Comments
 (0)