mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
8 lines
171 B
Nix
8 lines
171 B
Nix
{lib, newScope, pkgs, config }:
|
|
|
|
emilua:
|
|
(lib.makeScope newScope (self: {
|
|
inherit emilua;
|
|
beast = self.callPackage ../development/emilua-plugins/beast {};
|
|
}))
|