mapos shell needs socat

This commit is contained in:
Daniel Barlow 2025-05-28 12:14:33 +01:00
parent dc95c2252e
commit a8f100b528

View File

@ -2,6 +2,7 @@ with import <nixpkgs> {};
let package = pkgs.callPackage ./. {};
in
package.overrideAttrs(o: {
nativeBuildInputs = o.nativeBuildInputs ++ [ pkgs.socat ];
shellHook = ''
export LUA_CPATH=$(lua -e "print(package.cpath)")
export LUA_PATH=$(lua -e "print(package.path)")\;$RXI_JSON/share/lua/5.3/?.lua