update shell.nix
s-ol
4 months ago
10 | 10 | url = "mirror://luarocks//lua-cjson-2.1.0-1.src.rock"; |
11 | 11 | sha256 = "23r4ScVV0aR09yn+Sla1Uw6b57JHSet6fEdKfHIHuXI="; |
12 | 12 | }; |
13 | postUnpack = "sourceRoot=$sourceRoot/lua-cjson-2.1.0"; | |
13 | 14 | propagatedBuildInputs = [ pkgs.lua5_3 ]; |
14 | 15 | |
15 | 16 | meta = with pkgs.stdenv.lib; { |
47 | 48 | name = "mmm-env"; |
48 | 49 | buildInputs = with pkgs; [ |
49 | 50 | sassc entr |
50 | (lua5_3.withPackages (p: with p; [ moonscript http cjson discount busted luaposix ])) | |
51 | (lua5_3.withPackages (p: with p; [ argparse moonscript http cjson discount busted luaposix ])) | |
51 | 52 | ]; |
52 | 53 | shellHook = '' |
53 | 54 | runServer () { |