Merge remote-tracking branch 'origin/master' into haskell-updates

This commit is contained in:
(cdep)illabout
2021-05-16 16:56:34 +09:00
322 changed files with 9703 additions and 5289 deletions
@@ -2,8 +2,11 @@
}:
with nixpkgs;
mkShell {
buildInputs = [
bash luarocks-nix nix-prefetch-scripts parallel
packages = [
bash
luarocks-nix
nix-prefetch-scripts
parallel
];
LUAROCKS_NIXPKGS_PATH = toString nixpkgs.path;
}