Skip to content

Commit fed6d0d

Browse files
author
BirdeeHub
committed
refactor(flake): pull correct luarocks in dev shell
1 parent f5868e5 commit fed6d0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
});
7676
devShells = forAllSys (system: let
7777
pkgs = getpkgs system;
78-
lua = pkgs.luajit.withPackages (lp: [lp.inspect lp.cjson lp.toml-edit]);
78+
lua = pkgs.luajit.withPackages (lp: [lp.inspect lp.cjson lp.toml-edit lp.luarocks]);
7979
in {
8080
default = pkgs.mkShell {
8181
name = "${APPNAME}-dev";
82-
packages = [ lua pkgs.luarocks ];
82+
packages = [ lua ];
8383
LUA_INCDIR = "${lua}/include";
8484
LUA = lua.interpreter;
8585
GREP = "${pkgs.gnugrep}/bin/grep";

0 commit comments

Comments
 (0)