Nix: fix package
This commit is contained in:
parent
2010d915b9
commit
fbaed2c1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ buildNpmPackage {
|
||||||
meta = {
|
meta = {
|
||||||
description = "NestJS API to store info about shows on a MongoDB database";
|
description = "NestJS API to store info about shows on a MongoDB database";
|
||||||
homepage = "https://git.everest.tailscale/Toast/shows-api";
|
homepage = "https://git.everest.tailscale/Toast/shows-api";
|
||||||
sourceProvenance = lib.sourceTypes.fromSource;
|
sourceProvenance = [lib.sourceTypes.fromSource];
|
||||||
mainProgram = "shows-api";
|
mainProgram = "shows-api";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue