diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-03-23 21:17:58 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-03-23 21:17:58 +0000 |
| commit | 3ce2761289ce263380b8748763c1f39d8c62623f (patch) | |
| tree | 9b612bc510b5315258127efb5c96a16308528a62 | |
| parent | add _facet support to mmm.dom (diff) | |
| download | mmm-3ce2761289ce263380b8748763c1f39d8c62623f.tar.gz mmm-3ce2761289ce263380b8748763c1f39d8c62623f.zip | |
update shell.nix
| -rw-r--r-- | shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 () { |
