This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
perSystem =
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
packages.apl-combined = pkgs.callPackage ./apl-combined.nix {
|
||||
src = inputs.plugin-loader-src;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user