anyrun-provider: set meta.mainProgram

This commit is contained in:
bandithedoge
2026-01-05 21:40:31 +01:00
parent befb6a4e57
commit d7277d2c02
@@ -33,5 +33,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
NotAShelf
];
platforms = lib.platforms.linux;
mainProgram = "anyrun-provider";
};
})