Commit ee7903f 1 parent 25b04f1 commit ee7903f Copy full SHA for ee7903f
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
nativeBuildInputs = with pkgs ; [ lua51Packages . luarocks wget ] ;
51
51
outputHashAlgo = "sha256" ;
52
52
outputHashMode = "recursive" ;
53
- outputHash = "sha256-dCr4RGzmOavixuO5kUg8SAwmi3bh1WX5cd0Nl+Vj26g =" ;
53
+ outputHash = "sha256-SOsIgtmkXTKMZrKUHHzAf+XAshl/J7+DN9RFeLz+DDY =" ;
54
54
} ''
55
55
mkdir $PWD/home
56
56
export HOME=$PWD/home
57
57
mkdir -p $out/luarocks
58
58
59
- ${ lib . concatStrings ( lib . mapAttrsToList ( name : version : " luarocks install --tree=' $out/luarocks' --force-lock --local ${ name } ${ version } \n ") dependencies ) }
59
+ ${ lib . concatStrings ( lib . mapAttrsToList ( name : version : '' luarocks install --tree=" $out/luarocks" --force-lock --local ${ name } ${ version } '' + " \n ") dependencies ) }
60
60
'' ;
61
61
luarc = pkgs . mk-luarc { } ;
62
62
luarc-with-dependencies =
You can’t perform that action at this time.
0 commit comments