We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5868e5 commit fed6d0dCopy full SHA for fed6d0d
1 file changed
flake.nix
@@ -75,11 +75,11 @@
75
});
76
devShells = forAllSys (system: let
77
pkgs = getpkgs system;
78
- lua = pkgs.luajit.withPackages (lp: [lp.inspect lp.cjson lp.toml-edit]);
+ lua = pkgs.luajit.withPackages (lp: [lp.inspect lp.cjson lp.toml-edit lp.luarocks]);
79
in {
80
default = pkgs.mkShell {
81
name = "${APPNAME}-dev";
82
- packages = [ lua pkgs.luarocks ];
+ packages = [ lua ];
83
LUA_INCDIR = "${lua}/include";
84
LUA = lua.interpreter;
85
GREP = "${pkgs.gnugrep}/bin/grep";
0 commit comments