Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
lib,
newScope,
pkgs,
config,
}:
emilua:
(lib.makeScope newScope (self: {
inherit emilua;
beast = self.callPackage ../development/emilua-plugins/beast { };
}))