Skip to content

Commit cae5454

Browse files
committed
build(nix): remove now redundant luarocks make call
1 parent 4b62972 commit cae5454

2 files changed

Lines changed: 54 additions & 58 deletions

File tree

flake.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/overlay.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
busted
2323
]
2424
++ oa.propagatedBuildInputs;
25-
preCheck = ''
26-
mkdir luarocks
27-
luarocks $LUAROCKS_EXTRA_ARGS make --tree=luarocks --deps-mode=all
28-
'';
2925
doCheck = true;
3026
});
3127
};

0 commit comments

Comments
 (0)