aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-03-23 21:17:58 +0000
committers-ol <s+removethis@s-ol.nu>2022-03-23 21:17:58 +0000
commit3ce2761289ce263380b8748763c1f39d8c62623f (patch)
tree9b612bc510b5315258127efb5c96a16308528a62
parentadd _facet support to mmm.dom (diff)
downloadmmm-3ce2761289ce263380b8748763c1f39d8c62623f.tar.gz
mmm-3ce2761289ce263380b8748763c1f39d8c62623f.zip
update 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 () {