1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
nixpkgs/pkgs/top-level/emilua-plugins.nix
lucasew 0c3ff997a7 nixfmt as told by ci
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:41:40 -03:00

13 lines
174 B
Nix

{
lib,
newScope,
pkgs,
config,
}:
emilua:
(lib.makeScope newScope (self: {
inherit emilua;
beast = self.callPackage ../development/emilua-plugins/beast { };
}))