Compare commits

..

2 commits

Author SHA1 Message Date
fbaed2c1d6 Nix: fix package 2025-01-31 13:08:48 +01:00
2010d915b9 Fix mistake in gitignore 2025-01-31 13:05:46 +01:00
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -2,7 +2,7 @@
/dist /dist
/node_modules /node_modules
/build /build
/result result
# Logs # Logs
logs logs

View file

@ -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";
}; };
} }