reaction: build plugins in passthru
This commit is contained in:
@@ -66,7 +66,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
passthru = {
|
||||
inherit (callPackage ./plugins { }) mkReactionPlugin plugins;
|
||||
updateScript = nix-update-script { };
|
||||
tests = nixosTests.reaction;
|
||||
tests = {
|
||||
inherit (nixosTests) reaction;
|
||||
}
|
||||
// finalAttrs.passthru.plugins;
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user