Nix: fix package

This commit is contained in:
Toast 2025-01-31 13:08:48 +01:00
parent 2010d915b9
commit fbaed2c1d6

View file

@ -28,7 +28,7 @@ buildNpmPackage {
meta = {
description = "NestJS API to store info about shows on a MongoDB database";
homepage = "https://git.everest.tailscale/Toast/shows-api";
sourceProvenance = lib.sourceTypes.fromSource;
sourceProvenance = [lib.sourceTypes.fromSource];
mainProgram = "shows-api";
};
}