aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 490ae04..43728b9 100644
--- a/shell.nix
+++ b/shell.nix
@@ -11,6 +11,7 @@ let
url = "mirror://luarocks//lua-cjson-2.1.0-1.src.rock";
sha256 = "23r4ScVV0aR09yn+Sla1Uw6b57JHSet6fEdKfHIHuXI=";
};
+ postUnpack = "sourceRoot=$sourceRoot/lua-cjson-2.1.0";
propagatedBuildInputs = [ pkgs.lua5_3 ];
meta = with pkgs.stdenv.lib; {
@@ -48,7 +49,7 @@ in pkgs.mkShell {
name = "mmm-env";
buildInputs = with pkgs; [
sassc entr
- (lua5_3.withPackages (p: with p; [ moonscript http cjson discount busted luaposix ]))
+ (lua5_3.withPackages (p: with p; [ argparse moonscript http cjson discount busted luaposix ]))
];
shellHook = ''
runServer () {