mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
0c3ff997a7
Signed-off-by: lucasew <lucas59356@gmail.com>
13 lines
174 B
Nix
13 lines
174 B
Nix
{
|
|
lib,
|
|
newScope,
|
|
pkgs,
|
|
config,
|
|
}:
|
|
|
|
emilua:
|
|
(lib.makeScope newScope (self: {
|
|
inherit emilua;
|
|
beast = self.callPackage ../development/emilua-plugins/beast { };
|
|
}))
|